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 Geocoder.geocode method returns a promise, which is currently unhandled by the library, which results in unhandled errors.
Expected results
The geocoder errors should be appropriately propagated to the consumer via a prop.
Actual results
The library consumer is unaware of the error happening
Reproduction steps
Right now for some reason, the geocoder API errors out when the user enters a random text and presses enter, this error is also not propagated to the library consumer.
Enter any random text in the geo suggest input
Press enter
View the unhandled error in the console
Additional Information
The text was updated successfully, but these errors were encountered:
prateek3255
added a commit
to prateek3255/react-geosuggest
that referenced
this issue
Jun 12, 2021
Short description
The
Geocoder.geocode
method returns a promise, which is currently unhandled by the library, which results in unhandled errors.Expected results
The geocoder errors should be appropriately propagated to the consumer via a prop.
Actual results
The library consumer is unaware of the error happening
Reproduction steps
Right now for some reason, the geocoder API errors out when the user enters a random text and presses enter, this error is also not propagated to the library consumer.
Additional Information
The text was updated successfully, but these errors were encountered: