-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Labels
needs more infoThis issue needs more information from the customer to proceed.This issue needs more information from the customer to proceed.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Environment details
- unpkg link via
<script src="https://unpkg.com/@googlemaps/js-api-loader@1.x/dist/index.min.js"></script>
- MacOS
- Library version and other environment information
Steps to reproduce
- Unable to load anything with loader
Code example
const loader = await new google.maps.plugins.loader.Loader({
apiKey: "API_KEY",
version: 'weekly',
mapId: "google-map",
}).load();
Error
Uncaught TypeError: this.wn is not iterable at _.sp.yj (main.js:355:43) at _.sp.yj (main.js:359:571) at Hp.Fg (main.js:354:180) at Gda (main.js:191:291) at main.js:236:101 at _.Ha (main.js:36:272) at main.js:433:35 at main.js:464:103
Following these steps will guarantee the quickest resolution possible.
Thanks!
Metadata
Metadata
Assignees
Labels
needs more infoThis issue needs more information from the customer to proceed.This issue needs more information from the customer to proceed.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.