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
We can work around this by calling a function on the onOpen event on the InfoWindow component; inside that function, we can render the components where we want the click events.
Here is a source to the code sandbox: https://codesandbox.io/p/sandbox/k0xrxok983
Activity
amandarose42 commentedon Oct 7, 2021
I am having this same issue!
My workaround for now is using onOpen to do any button commands when using InfoWindow.
(but would like to insert button and trigger from there in the future!)
josepBasetis commentedon May 5, 2022
i'm having this same issue. any solution ?
itsmejasbirsingh commentedon May 5, 2022
No, even font family gets changed when try to open the info window.
you may look out to an another library, but i did'nt tried it.
https://www.npmjs.com/package/react-google-maps
RajThapa7 commentedon Sep 18, 2024
We can work around this by calling a function on the onOpen event on the InfoWindow component; inside that function, we can render the components where we want the click events.
Here is a source to the code sandbox:
https://codesandbox.io/p/sandbox/k0xrxok983