-
Hi there! Thanks for the awesome component!
I've been trying to implement it on my project but I keep getting "Error: HTTP error! status: 403" while requesting Google Places API...
I've checked …
-
### Description
Refused to load the script 'https://maps.googleapis.com/maps/api/js?key=secret&language=en-US&solution_channel=GMP_visgl_rgmlibrary_v1_default&loading=async&callback=__googleMapsCallb…
-
https://github.com/googlemaps/extended-component-library/blob/main/src/place_picker/README.md#attributes-and-properties
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `react-native-google-places-autocomplete@2.5.6` for th…
-
-
I am using google-maps-react in my project.
The code to display map is as follows.
render() {
return (
{this.props.position &&
}
…
-
-
I am using the @react-google-maps/api package to implement Google Places Autocomplete in my React application. I need to send a session token with the autocomplete requests to group billing charges. H…
-
### Error:
ERROR in ./node_modules/react-google-places-autocomplete/build/index.es.js 1342:9-29
export 'useInsertionEffect' (imported as 'e') was not found in 'react' (possible exports: Children…
-
Love to see how to implement Google Places API to do the Autocomplete lookup as the user types their address, using Typescript.