Javascript – Is it reasonable to get a React "Maximum update depth exceeded" without accidental recursion?
I'm writing a Cesium/Resium app with ~12000 clickable, animated points. I'm getting the React warning Maximum update depth exceeded. When there are <5000 points, there's no warning, but somewhere in the 7-8000 range, I tend to see this warning. When…