google-maps-loader
google-maps-loader copied to clipboard
@types/googlemaps has moved to @types/google.maps
Can you update your dependancy
Here it's the PR I created for this issue: https://github.com/davidkudera/google-maps-loader/pull/94
Here it's the PR I created for this issue: #94
Can this be merged
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]"
}