How to solve this problem in react 17: export 'createPortal' (imported as 'createPortal') was not found in 'react-dom' (module has no exports)

1.8k views Asked by At

I have this problem when I try to import { MapContainer } from "react-leaflet".

I have react 17.0.2 version and I already installed leaflet & leaflet-react

this is a pic of the error message

0

There are 0 answers