You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 withvue: 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.
The text was updated successfully, but these errors were encountered: