miguelgimenezgimenez / react-google-map-draw-filter

15 stars 6 forks source link

Cannot read property 'object' of undefined #3

Open althafib opened 5 years ago

althafib commented 5 years ago

When i import the package i got an error "Cannot read property 'object' of undefined"

Aid19801 commented 5 years ago

Also experiencing this issue. Just working through versions to see what the issue is...

Aid19801 commented 5 years ago

I think it's something to do with prop-types. Nearest thing i can get to a fix is to downgrade to the same version of react & react-dom that @althafib has used on this project (15.4.2).

Obviously not ideal as (if you're like me) you're using things like Redux and Redux Sagas amongst other libraries that are going to erupt in errors the second you downgrade.

Hopefully Althafib will be online soon to offer some advice... 😕

kannan007 commented 4 years ago

@Aid19801 @althafib Did you guys resolved this issue? Am also facing the same problem here any other libraries you guys can suggest?