-
Notifications
You must be signed in to change notification settings - Fork 21
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
Replace unmaintained react-google-maps with @react-google-maps/api #24
base: master
Are you sure you want to change the base?
Conversation
Add mapOptions to modify the map behaviour.
@rideyourstyle Nice work! will review changes and merge. Thanks. |
@rameshsyn got a chance to review this? I'm getting a
at
Will this error be fixed by this change? |
@asimkt This change is about replacing the internal library. |
@asimkt Can you confirm that you included |
I did inside an effect. So the flow is like:
This is working fine. I'm getting map and all, but when I change the location, the mentioned error occurs. I couldn't find a fix, so went with another library for now. I will try to create a code sandbox, but not sure. |
Have you tried include it outside of the effect? |
I replaced react-google-maps and added mapOptions, used by the new library