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 e75cce5 + b1bf504 commit d8879f5Copy full SHA for d8879f5
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