Open bobular opened 3 weeks ago
I think this might be the key
property which is not meant to be accessed in React 18. See https://github.com/VEuPathDB/web-monorepo/tree/main/packages/libs/components/src/map/animation_functions
I think we may also be using an id
property so let's use that if poss.
Sadly using props.id
instead of key
has not fixed it, but it's a good change to make, anyway.
This is in Firefox and Chrome, on production and qa!
The markers aggregate nicely (swarm in to a single marker) on zooming out. But on zooming in, the markers do not animate when disaggregating :sob: