Open ramlakhan1 opened 3 years ago
Hi Iam also facing same issue
Duplicate of #22
"browserslist": [ ">0.2%", "not dead", "not op_mini all" ], copy this and paste instead of : "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] },
Then, delete the node_modeules/.cache directory. and then run npm install and npm run this will solve the problem and you can also try changing map to MapContainer
facing the same issue !! suggest some straightforward solutions.
@Npanda04 Use MapContainer
instead of Map. It is the same thing, it is just renamed in the latest versions of React Leaflet.