Replies: 2 comments 2 replies
-
I haven't seen google maps behave like this before. What do you mean by "zoom out in the browser itself", and which browser is it? Does is go back to working when you interact with the map? |
Beta Was this translation helpful? Give feedback.
-
Very interesting. I can't reproduce that on my machine with our example, do you see the same behaviour there (https://visgl.github.io/react-google-maps/examples/change-map-styles – select the 'Hybrid / "light" mapId' in the dropdown)? EDIT: Just noticed that I can reproduce it if I remove the But this sounds a bit like an issue with the maps API itself, maybe the Maps API Public Issue Tracker would be a good place to report this as well. |
Beta Was this translation helpful? Give feedback.
-
I created a code using @vis.gl/react-google-maps with style={{ width: "100%", height: "100%" }} and mapTypeId={"hybrid"}. When I zoom out in the browser itself (not the map zoom), the map breaks like the image I attached.
How can I handle the issue?
Beta Was this translation helpful? Give feedback.
All reactions