sanity-io / google-maps-input

Sanity plugin providing input handlers for geo-related input types using Google Maps
MIT License
9 stars 4 forks source link

refactor: remove rxjs as dependency #24

Closed bjoerge closed 1 year ago

bjoerge commented 1 year ago

This refactors out the dependency on rxjs and replaces its usage with a promise based flow. I've tested in a real studio and verified that everything regarding loading of the Google Maps API works as it used to.

snorrees commented 1 year ago

Thanks!