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
Hello! I'm trying to use this library but cannot even initialize it. It's dropping me InvalidValueError: setMap: not an instance of Map; and not an instance of StreetViewPanorama error.
Okay. I assume I fixed it by initializing only after map is loaded. But there's another problem: updateHandler and resizeHandler is not calling. At all
Hello! I'm trying to use this library but cannot even initialize it. It's dropping me
InvalidValueError: setMap: not an instance of Map; and not an instance of StreetViewPanorama
error.That's the code, that I'm using to initialize it.
this.map
is not undefined andinstanceof google.maps.Map
on it returnstrue
The text was updated successfully, but these errors were encountered: