Gokhan Demirhan
Gokhan Demirhan
This also happens to me. When I am using live reload or any other thing to reload while I am developing. After each save page is reloaded but I get...
Set a state in apiLoaded function and pass the map to the autocomplete such as ```` onGoogleApiLoaded={({ map, maps }) => handleApiLoaded(map, maps)} const handleApiLoaded = (map, maps) => {...
You need to use `onGoogleApiLoaded` function and Google Map rightClick event listener to the element you want (marker, polygon etc)