Giorgia Bosello
Giorgia Bosello
I've made a repository myself which is working with React 18. I've abandoned this one, since it seems it is not maintained anymore. [LINK](https://github.com/giorgiabosello/google-maps-react-markers)
@Git-I985 this library doesn't support custom Markers. It's pretty basic! That's the reason why third party libraries exist in the first place.
@wangela any type of react component (anything you can do with the [OverlayView](https://developers.google.com/maps/documentation/javascript/customoverlays) class) plus clusters.
@centratelemedia I've made a repository myself which is working with React 18 and StrictMode. This one seems not maintained anymore. [LINK](https://github.com/giorgiabosello/google-maps-react-markers)
@FatiMooni you should see the script loaded in the DOM. See if there's "geometry" in the tail of the script. To re-render maps, you should trigger a state or pass...
Me too. Did you solve it?