You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(google-maps): ensure that a mapTypeId is always passed in (#22098)
We pass in `mapTypeId` as undefined if the provided options don't have it. This seems to
trigger a bug in Google Maps where it stops loading map tiles.
These changes fix the issue by always providing a `mapTypeId`.
Fixes#22082.
(cherry picked from commit 7c9b83a)
0 commit comments