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

Closed bobular closed 3 weeks ago

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

bobular commented 4 weeks ago

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