You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the problem is if I am trying to use the same component two times on a single page (single parent component), then I am getting this Uncaught runtime error:
usePlacesAutocompleteService.js:110 Uncaught (in promise)
TypeError: Cannot read properties of undefined (reading 'AutocompleteService')
at buildService (usePlacesAutocompleteService.js:110:1)
at usePlacesAutocompleteService.js:118:1
although the component seems to work fine (in development though, haven't checked in production)
The text was updated successfully, but these errors were encountered:
I have an
AddressSuggestion.js
component which uses usePlacesAutocompleteService like thisthe problem is if I am trying to use the same component two times on a single page (single parent component), then I am getting this Uncaught runtime error:
although the component seems to work fine (in development though, haven't checked in production)
The text was updated successfully, but these errors were encountered: