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.
- Enter any random text in the geo suggest input
- Press enter
- View the unhandled error in the console
Additional Information
