Skip to content

Commit b250713

Browse files
removed comment
1 parent 6da2561 commit b250713

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/react-google-maps-api/src/utils/make-load-script-url.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ export function makeLoadScriptUrl({
6767
params.push(`auth_referrer_policy=${authReferrerPolicy}`)
6868
}
6969

70-
//Need to load api asynchronously. Ref: https://developers.google.com/maps/documentation/javascript/overview
71-
params.push('loading=async')
70+
params.push('loading=async')
7271
params.push('callback=initMap')
7372

7473
return `https://maps.googleapis.com/maps/api/js?${params.join('&')}`

0 commit comments

Comments
 (0)