CleverProgrammers / react-covid-tracker

202 stars 252 forks source link

TypeError: Cannot read properties of undefined (reading 'initialize') in util.js #37

Closed nitish166 closed 3 years ago

nitish166 commented 3 years ago

I'm getting the above issue while implementing the circle on the Map.

Screenshot of the issue:

image

Can someone please help me?

nitish166 commented 3 years ago

The issue got resolved. I was making a mistake with the import.

Previously with the error:

import { Circle, Popup } from "leaflet";

Now, without error : import { Circle, Popup } from "react-leaflet";