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
In my react 18.2.0 page, when I add the component with <GoogleMap> all my <Link> tags stop working (even in other components). The click handlers still fire, but even if I put a navigate('/page') inside them, those don't work.
I have tried both <LoadScript> and useJsApiLoader() and both seem to act the same.
Has anyone met this before and know how to diagnose the problem and/or fix it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In my react 18.2.0 page, when I add the component with
<GoogleMap>
all my<Link>
tags stop working (even in other components). The click handlers still fire, but even if I put anavigate('/page')
inside them, those don't work.I have tried both
<LoadScript>
anduseJsApiLoader()
and both seem to act the same.Has anyone met this before and know how to diagnose the problem and/or fix it?
Beta Was this translation helpful? Give feedback.
All reactions