ahhh.... the importance of "not everything in the DOM has a representation in React "Virtual DOM" just became clear to me... thanks! I was trying to animate some dynamic children, and the animations wouldn't take, but they needed a way to be identified - and not reused. This was the fix!
ahhh.... the importance of "not everything in the DOM has a representation in React "Virtual DOM" just became clear to me... thanks! I was trying to animate some dynamic children, and the animations wouldn't take, but they needed a way to be identified - and not reused. This was the fix!