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
When I am using the usePlacesAutocomplete, a waning appears in my browsing console:
places_impl.js:15 As of May 2023, bounds, location, and radius are deprecated. Please use locationBias and locationRestriction instead. The feature will continue to work, and 12 months notice will be given before support is discontinued. See https://developers.google.com/maps/deprecations for more information.
How to Reproduce
Add the following code and create a widget to search an address (like a AutoComplete input):
Bug Report
When I am using the
usePlacesAutocomplete
, a waning appears in my browsing console:How to Reproduce
Add the following code and create a widget to search an address (like a AutoComplete input):
Your Environment
Additional Information
Perhaps an update is necessary to support the new attributes:
locationBias
andlocationRestriction.
The text was updated successfully, but these errors were encountered: