VEuPathDB / web-monorepo

A monorepo that contains all frontend code for VEuPathDB websites
Apache License 2.0
2 stars 0 forks source link

Map: semantic marker animation is broken on zoom in (but not zoom out) #1227

Open bobular opened 3 weeks ago

bobular commented 3 weeks ago

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:

bobular commented 1 day 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.

bobular commented 20 hours ago

Sadly using props.id instead of key has not fixed it, but it's a good change to make, anyway.