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 e75cce5 commit b1bf504Copy full SHA for b1bf504
src/index.ts
@@ -473,8 +473,8 @@ export class Loader {
473
private execute(): void {
474
if (window.google && window.google.maps && window.google.maps.version) {
475
console.warn(
476
- "Aborted attempt to load Google Maps JS with @googlemaps/js-api-loader." +
477
- "This may result in undesirable behavior as script parameters may not match."
+ "Google Maps already loaded outside @googlemaps/js-api-loader." +
+ "This may result in undesirable behavior as options and script parameters may not match."
478
);
479
this.callback();
480
}
0 commit comments