benjaminstary

Results 13 comments of benjaminstary

Hi, little late to the party, but if you still wanna use it in React, it can be used like this. (Working on my NextJS 14.x and react-leaflet 4.2.1) You...

It is because you can use useMap() hook only inside MapContainer's context. So it has to be used directly inside some child component. Then you have access to map instance,...

Yes, I've managed to resolve that with fix above. Maybe try to check if you can view this specific created url in your browser directly.