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
{{ message }}
This repository was archived by the owner on Mar 3, 2026. It is now read-only.
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.