React-Leaflet marker files not found
Try to do this 🙂 React leaflet for some reason do not include images and you will need to reset default icons image. Below is some working example, I hope it will solve your issue. You also can add icons from one of public link https://cdnjs.com/libraries/Leaflet.awesome-markers import React, { Component } from ‘react’; import L … Read more