-
Notifications
You must be signed in to change notification settings - Fork 936
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when upgrading from 3.0.0 to 5.0.0 #327
Comments
I'm having the same problem. It's actually really weird since I'm not passing any data to the component yet. Would love to know the solution to this as well |
I gave up using So maybe there is some issue while passing the |
@jerefrer @wnoveno don't use 6.0.0 is released on npm beta tag now. We also have a new demo page. Feel free to try it: |
I'm trying to upgrade from 3.0.0 to 5.0.0, which requires that I also upgrade React from 0.13.3 to 15.1.0.
I've dealt with a number of things, like the need to wrap
GoogleMap
inside aGoogleMapLoader
.I got things almost working, but now I'm struggling with this error:
whenever move the map or zoom in/out after I started to fiddle with markers, like hiding or showing some of them or opening an
InfoWindow
.I found a few possible explanations on SO posts : like this one, or that one.
Any idea from your perspective ?
The text was updated successfully, but these errors were encountered: