-
-
Notifications
You must be signed in to change notification settings - Fork 106
Closed as not planned
Labels
Milestone
Description
I tried upgrading my project to react-leaflet v3.0.0.
This is the component I tested: https://github.com/barbalex/apf2/blob/3c90de3a89c23ac720ccae00dc9bdedb71cfd6d0/src/components/Projekte/Karte/layers/Pop/index.js#L166-L175
It works well with react-leaflet v2.8.0 and react-leaflet-markercluster v2.0.0.
It breaks when using react-leaflet v3.0.0, causing this error:
I guess this is not surprising as react-leaflet v3 is a complete rewrite. For instance, accessing the map has changed.
Jekillokda, stevenlivz and yuiseki