-
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
Uncaught RangeError: Maximum call stack size exceeded #338
Comments
getting the same problem |
same problem, but default version: |
@ranleung @farhd I found a really simple Google Maps React component. It's called react-gmaps. The author is pretty good at responding to any questions you have, just create an issue! |
This is a know bug for 4.x and 5.x on React 15. It's fixed in 6.0.0. 6.0.0 is released on npm beta tag now. See the changelog here. We also have a new demo page. Feel free to try it: |
I wanted to chime in and add that this error still occurs on 8.3.2 when following all instructions (https://tomchentw.github.io/react-google-maps/#installation) up to Step 4. The reason turns out to be a missing (I found the solution to this through https://stackoverflow.com/questions/15671480/uncaught-rangeerror-maximum-call-stack-size-exceeded-google-maps-when-i-try-to) |
@hscharitzer I just updated the docs, thanks! |
I tried to run the
simple-map
example, but I got the following error when I tried to move around in the map:All my code is the same thing you have, except I put in my API key:
The text was updated successfully, but these errors were encountered: