I \'ve put together a very simple React / Leaflet demo but the marker icon is not showing at all. Full running code is here.
Here\'s what I have in my componentDid
componentDid
I'm using react-leaflet. Here's how I did it.
import markerIconPng from "leaflet/dist/images/marker-icon.png" import {Icon} from 'leaflet'
then, later, inside the MapContainer: