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
When adding styles to prop options of <ScriptGoogleMaps :options="{}" /> they dont get applied. Instead a warning is shown in the console:
Google Maps JavaScript API: A Map's styles property cannot be set when a mapId is present. When a mapId is present, Map styles are controlled via the cloud console.
I did not set any mapId.
The text was updated successfully, but these errors were encountered:
🐛 The bug
When adding
styles
to propoptions
of<ScriptGoogleMaps :options="{}" />
they dont get applied. Instead a warning is shown in the console:I did not set any mapId.
The text was updated successfully, but these errors were encountered: