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

TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator)) #1994

Closed
smarlhens opened this issue Nov 9, 2022 · 1 comment

Comments

@smarlhens
Copy link

smarlhens commented Nov 9, 2022

What package within Headless UI are you using?

@headlessui/vue

What version of that package are you using?

v1.7.4

What browser are you using?

Chrome

Reproduction URL

https://github.com/smarlhens/vue-headlessui-undefined-is-not-iterable

Describe your issue

I get that using Combobox with the latest version of vue: 3.2.42, I have an error at runtime and in unit tests: TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator)) which was not the case with vue: 3.2.41.

I don't know if the bug comes from vue or your library 🤔 I mean the latest version from vue should be only fixes …

Thanks in advance for your help.

@smarlhens
Copy link
Author

Fixed by vuejs/core#7070

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant