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

(destructured parameter) is undefined with Vue 3.2.42 #1995

Closed
innocenzi opened this issue Nov 9, 2022 · 2 comments
Closed

(destructured parameter) is undefined with Vue 3.2.42 #1995

innocenzi opened this issue Nov 9, 2022 · 2 comments

Comments

@innocenzi
Copy link

Using the recently-released vue@3.2.42 and @headlessui/vue@1.7.4, 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.

@luabraggion
Copy link

@innocenzi

I had the same problem here I changed ComboboxInput for input there it solved, here the problem is in ComboboxInput

@innocenzi
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

2 participants