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.
2 parents 5dc08e4 + b250713 commit 31fd3dbCopy full SHA for 31fd3db
packages/react-google-maps-api/src/utils/make-load-script-url.ts
@@ -67,6 +67,7 @@ export function makeLoadScriptUrl({
67
params.push(`auth_referrer_policy=${authReferrerPolicy}`)
68
}
69
70
+ params.push('loading=async')
71
params.push('callback=initMap')
72
73
return `https://maps.googleapis.com/maps/api/js?${params.join('&')}`
0 commit comments