google-maps-react
google-maps-react copied to clipboard
Marker's info window doesn't open
The you click for the first time into the marker the info window doesn't open. It opens only if you click again on the marker.
I confirm this behavior, as far as I can tell, the onClick function for marker is being called, but the InfoWindow isn't showing up. Multiple clicks on the first marker that was clicked doesn't show InfoWindow either. Only when a second one is clicked, the InfoWindow shows up.
I'll see if I can dig something out of it.
I confirm this behavior, as far as I can tell, the onClick function for marker is being called, but the
InfoWindowisn't showing up. Multiple clicks on the first marker that was clicked doesn't showInfoWindoweither. Only when a second one is clicked, theInfoWindowshows up.I'll see if I can dig something out of it.
@SimantoR thanks for looking on it. Please let me know if you find out sth.
looking for this fix also