Closed nitish166 closed 3 years ago
I'm getting the above issue while implementing the circle on the Map.
Screenshot of the issue:
Can someone please help me?
The issue got resolved. I was making a mistake with the import.
Previously with the error:
import { Circle, Popup } from "leaflet";
Now, without error : import { Circle, Popup } from "react-leaflet";
I'm getting the above issue while implementing the circle on the Map.
Screenshot of the issue:
Can someone please help me?