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
{{ message }}
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
When there are multiple google-map with markers on different pages an error is thrown when showing the second map.
Uncaught TypeError: Cannot read property 'click' of undefined at HTMLElement._clearListener (google-map-marker.html:461)Just need to test if '_listeners' is defined before tring to clear it.