Got the above error after updating react-leaflet from 3.2.1 to 3.2.2 and the map doesn't render anymore.
The above error occurred in the <ForwardRef(LeafComponent)> component:
in ForwardRef(LeafComponent) (created by FullscreenWithEvents)
in FullscreenWithEvents (created by LocationsMap)
in div (created by MapContainer)
in MapContainer (created by LocationsMap)
in div (created by LocationsMap)
in LocationsMap
When I disable react-leaflet-fullscreen-plugin the map renders again
Got the above error after updating react-leaflet from
3.2.1to3.2.2and the map doesn't render anymore.When I disable
react-leaflet-fullscreen-pluginthe map renders again