Peter M
Results
1
issues of
Peter M
This is the code I'm using to configure usePlacesAutocompleteService ``` const { placePredictions, getPlacePredictions, isPlacePredictionsLoading, } = useGoogle({ apiKey: API_KEY, language: "en", debounce: 500, options: { types: [], componentRestrictions: {...
enhancement