Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught TypeError: this.wn is not iterable #862

Open
AndyBarreL opened this issue Oct 9, 2024 · 1 comment
Open

Uncaught TypeError: this.wn is not iterable #862

AndyBarreL opened this issue Oct 9, 2024 · 1 comment
Labels
needs more info This issue needs more information from the customer to proceed. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@AndyBarreL
Copy link

AndyBarreL commented Oct 9, 2024

Environment details

  1. unpkg link via <script src="https://unpkg.com/@googlemaps/[email protected]/dist/index.min.js"></script>
  2. MacOS
  3. Library version and other environment information

Steps to reproduce

  1. 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!

@AndyBarreL AndyBarreL added triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Oct 9, 2024
@usefulthink
Copy link
Contributor

I can't reproduce this isssue.
See here: https://codesandbox.io/p/sandbox/falling-leaf-yrx9s2

There has to be something else going on, can you provide a reproducible example of the problem?

@usefulthink usefulthink added needs more info This issue needs more information from the customer to proceed. and removed triage me I really want to be triaged. labels Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs more info This issue needs more information from the customer to proceed. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

2 participants