gribnoysup / react-yandex-maps

Yandex Maps API bindings for React
MIT License
327 stars 114 forks source link

fix ObjectManager clusters flicker #324

Open boomfly opened 2 years ago

boomfly commented 2 years ago

When update ObjectManager.features array the clusters on the map is flickering, this because of removeAll oldFeatures and addAll newFeatures.

We need remove and add only some features.