google-maps-loader icon indicating copy to clipboard operation
google-maps-loader copied to clipboard

@types/googlemaps has moved to @types/google.maps

Open jwalduck opened this issue 3 years ago • 3 comments

Can you update your dependancy

jwalduck avatar Jul 06 '21 04:07 jwalduck

Here it's the PR I created for this issue: https://github.com/davidkudera/google-maps-loader/pull/94

robertparascabulbthings avatar Jul 07 '21 12:07 robertparascabulbthings

Here it's the PR I created for this issue: #94

Can this be merged

msacchetti avatar Feb 01 '22 19:02 msacchetti

You can use package mapping in your package.json until this is merged

"dependencies": {
    "@types/google.maps": "3.48.5",
    "@types/googlemaps": "npm:@types/[email protected]"
}

creage avatar Apr 06 '22 09:04 creage