I have react component that renders something like:
<div>
<div key='bowie'>something</div>
<div>
when I query the keys of each node (using enzyme if that matters), my keys are printed as
.$bowie
Is the .$
something I can rely on? What does it mean?