-
Notifications
You must be signed in to change notification settings - Fork 65
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
TypeError close(maps-api-v3/api/js/58/11a/intl/en_gb/util) #874
Comments
I'm pretty sure that this has nothing to do with the But since this is react-code... I have seen errors similar to this, and they often have something to do with unexpected re-rendering of components or things happening too fast / out of order or things like that. Can you share a stacktrace of that error (or an example on e.g. codesandbox where I can see it myself), so we can see where in the code this originated? (note: I'm also maintaining the |
Oh brilliant thank you for the link. If you think the issue may well be fixed in the library I will probably opt to migrate to that as migration should be fairly quick and simple. Sharing the stack trace or re-creating the issue may be tricky. Please feel free to close this one. Thanks |
I can't guarantee it not being there, but at least we have a lot of people using the library, and I think it would have been reported by now. |
@usefulthink I just migrated to your library and it's the same issue. Shall I raise this bug over there instead? |
Oh man, sorry to hear that. If you could provide us with an example where you can reproduce the issue, that would be most amazing. I'll try my best to figure out what and why is happening there. |
I am encountering an issue with Google maps in React. The steps that are causing the above error are as follows:
Environment details
Code example
Stack trace
The text was updated successfully, but these errors were encountered: