Rex Smith

Results 4 comments of Rex Smith

> So I was able to add Advanced Markers by doing the following: > > * When loading @react-google-maps/api, add `libraries: ["marker"] > > ``` > const { isLoaded }...

@barabanoveugene 1. Here's the marker component ``` const Marker = ({ map, position, children, onClick, }: MarkerProps) => { const markerRef = useRef(); const rootRef = useRef(); useEffect(() => {...

@JustFly1984 I just tried, but I can't install the dependencies for some reason

Thanks for the response. Asdf is up to date (v0.14.0), and after updating Bundler to the latest version (2.5.6), I'm still getting the same response as above. I'll look into...