geocodeearth / autocomplete-element

A custom element for use with the Geocode Earth Autocomplete API.
https://geocode.earth
MIT License
8 stars 1 forks source link

fix: dispatch error event when invalid API key is provided #26

Closed mxlje closed 2 years ago

mxlje commented 2 years ago

Not catching this error means nothing gets rendered because it just crashes, which isn’t very nice.

Additionally if no error callback is provided errors are now logged instead of swallowed.