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
Using the recently-released [email protected] and @headlessui/[email protected], the Combobox component doesn't seem to work anymore. No clue if it's a Vue bug or a Headless UI one, I assume it's a Vue one or Headless UI was relying on a Vue bug previously.
Using the recently-released
[email protected]
and@headlessui/[email protected]
, the Combobox component doesn't seem to work anymore. No clue if it's a Vue bug or a Headless UI one, I assume it's a Vue one or Headless UI was relying on a Vue bug previously.Reproduction URL
https://stackblitz.com/edit/vue-o1z7k1?file=package.json,src%2Fcomponents%2FHelloWorld.vue,src%2FApp.vue
Describe your issue
The Combobox component crashes due to an undefined destructured parameter in its code. The issue is potentially similar to #1994.
The text was updated successfully, but these errors were encountered: