You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using an interval to change the population of my HexTubes and make an animation happen. I also have some Arcs added to the globe. Now I noticed, that whenever I update popData in the interval the arcs disappear and reappear again -> The whole globe is re-rendering. How can I prevent this behavior?
Otherwise everytime your component rerenders, you're essentially passing new method instances to globe, indicating that you wish that functionality to change and start over.
I am using an interval to change the population of my HexTubes and make an animation happen. I also have some Arcs added to the globe. Now I noticed, that whenever I update popData in the interval the arcs disappear and reappear again -> The whole globe is re-rendering. How can I prevent this behavior?
Bildschirmaufnahme.2024-03-28.um.17.54.47.mov
The text was updated successfully, but these errors were encountered: