ErrorPro / react-google-autocomplete

React components for google places API.
MIT License
474 stars 113 forks source link

Getting error when using example in react-google-autocomplete/docs/debounce.js #196

Open zapbra opened 1 year ago

zapbra commented 1 year ago

I get the error:

TypeError: Cannot read properties of undefined (reading 'AutocompleteService')

Call Stack buildService node_modules\react-google-autocomplete\lib\usePlacesAutocompleteService.js (110:0) eval node_modules\react-google-autocomplete\lib\usePlacesAutocompleteService.js (118:0)

using the example in https://github.com/ErrorPro/react-google-autocomplete/blob/master/docs/debounce.js

Rocamain commented 7 months ago

have you sort it out?, can you post of your code so can try to help?