Lawrence
Results
2
comments of
Lawrence
Looking for the solution too
I was able to do it differently. **Add leaflet-measure dependancy.** `yarn add leaflet-measure` **Import the following:** `import * as L from "leaflet"; import 'leaflet-measure'; import 'leaflet-measure/dist/leaflet-measure.css';` On the MapContainer prop...