💥 Breaking Change
- The @types/googlemaps package is deprecated. So, let's replace it with @types/google.maps. See the installation guide. ( #1030 )
🐛 Bug Fixing
- Correct the return type of the
getDetails
andgetGeocode
utilises. Now they might return aPromise<null>
value