Map component: Cannot read property 'initialize' of undefined
You need to import the React leaflet components from react-leaflet
instead of leaflet
.
import { Map } from 'react-leaflet';
You need to import the React leaflet components from react-leaflet
instead of leaflet
.
import { Map } from 'react-leaflet';