We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da2561 commit b250713Copy full SHA for b250713
packages/react-google-maps-api/src/utils/make-load-script-url.ts
@@ -67,8 +67,7 @@ export function makeLoadScriptUrl({
67
params.push(`auth_referrer_policy=${authReferrerPolicy}`)
68
}
69
70
- //Need to load api asynchronously. Ref: https://developers.google.com/maps/documentation/javascript/overview
71
- params.push('loading=async')
+ params.push('loading=async')
72
params.push('callback=initMap')
73
74
return `https://maps.googleapis.com/maps/api/js?${params.join('&')}`
0 commit comments