wellyshen / use-places-autocomplete

😎 📍 React hook for Google Maps Places Autocomplete.
https://use-places-autocomplete.netlify.app
MIT License
1.26k stars 65 forks source link

@types/googlemaps is deprecated in favor of @types/google.maps #1018

Closed Tyresius92 closed 2 years ago

Tyresius92 commented 2 years ago

Feature Request

Describe the Feature

It looks like the @types/googlemaps package is deprecated in favor of @types/google.maps.

Unfortunately, I don't have time at the moment to create a PR, but I figured I could at least get it on y'all's radar.

Describe the Solution You'd Like

It'd be great to update this package to use the non-deprecated version of the types package. I'm unsure if this would be mainly a documentation change or if there would be changes required in the code.

Describe Alternatives You've Considered

It doesn't seem to be broken, so in theory the deprecated package could continue to be used. That seems like not the best idea in the long term, though. 😅

Additional Information

None from me.

wellyshen commented 2 years ago

It's solved by this PR.