google-maps-react-hooks
google-maps-react-hooks copied to clipboard
The JavaScript library to easily implement a Google Maps map into your react application. It comes with a collection of React hooks to access the map instance or different Maps JavaScript Services.
I try to install the package with npm to my next.js app that have react 18 and got : ``` npm ERR! code 1 npm ERR! path D:\Code\Google-map-Hackathon\test-next-app\node_modules\@ubilabs\google-maps-react-hooks npm ERR!...
There's still something wrong with the changelog 🤔 _Originally posted by @plumdumpling in https://github.com/ubilabs/google-maps-react-hooks/pull/76#discussion_r1004118995_
According to the docs and the [multiple-google-maps](https://github.com/ubilabs/google-maps-react-hooks/tree/main/examples/multiple-google-maps) example, it looks like it should be possible to load several maps by using several `GoogleMapsProvider` components, so long as they all receive...