react-leaflet-measure icon indicating copy to clipboard operation
react-leaflet-measure copied to clipboard

TypeError: Cannot read property 'getCenter' of null

Open mosynaq opened this issue 4 years ago • 0 comments

Hi! I use your project in my work and I like it. My project is in TypeScript and it has a custom map component made using React-Leaflet withLeaflet() component. But I often get an error which says TypeError: Cannot read property 'getCenter' of null and I guess it happens when the state of my custom map component which uses your component, changes.

Is there any way to fix this?

mosynaq avatar Nov 30 '20 12:11 mosynaq