google-maps-react-hooks icon indicating copy to clipboard operation
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.

Results 13 google-maps-react-hooks issues
Sort by recently updated
recently updated
newest added

![google_map_issue_github_](https://github.com/ubilabs/google-maps-react-hooks/assets/13745842/3839f967-8c34-477d-97d6-17648314bdf9) Hi I am this package in some of my projects. I find this package underrated, anyway need help for below issues: 1) Google Maps JavaScript API has been loaded...

I'm working on a website with Google Maps API, particularly with @ubilabs/google-maps-react-hooks. I'm not very experienced so I'm having some difficulties understanding why there's an issue. When I load the...

Hi , when i use this package i got error on the console ``` You have included the Google Maps JavaScript API multiple times on this page. This may cause...

```tsx const geocoder = useGeocodingService(); const handleOnClick = async () => { const x = await geocoder?.geocode({ location: { lat: 59.27240992362248, lng: 15.213029186736854 }, }); console.log(x?.results); //undefined }; ```

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.18 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

The console says the library was included twice. These are the errors I see. I used a similar setup as the [example](https://github.com/ubilabs/google-maps-react-hooks/tree/develop/examples/basic-google-map):

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Just noticed this happening in the console. More info here: https://stackoverflow.com/questions/75179573/how-to-fix-loading-the-google-maps-javascript-api-without-a-callback-is-not-supp ![image](https://user-images.githubusercontent.com/1482075/220939628-20a1cff6-55f8-4c00-8d0a-53776f7e7e7d.png)

In preparation for upcoming changes, this extracts the actual loading of the Google Maps API into a separate class. The new implementation removes a lot of noise from the GoogleMapsProvider...

Trying to install using `yarn` fails: ``` address-test % yarn add ubilabs/google-maps-react-hooks yarn add v1.22.19 [1/4] 🔍 Resolving packages... error Can't add "@ubilabs/google-maps-react-hooks-library-and-examples": invalid package version undefined. info Visit https://yarnpkg.com/en/docs/cli/add...