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
feat(examples-chat): dark map via colorScheme, drop cloud-style dependency
The map's dark theme was a cloud-based map style bound to a specific GCP
Map ID — brittle (lives in the Console, tied to one project/billing acct,
invisible to git). Replace it with an in-code colorScheme: DARK on the
vector map, which keeps AdvancedMarkers, works with any mapId (incl. the
DEMO_MAP_ID fallback), and is version-controlled + project-independent.
Kept as a plain string so the field carries no runtime google.maps
reference (map-canvas builds under jsdom in the shell specs).
0 commit comments