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
Problem:
I don't know if this is a problem of headlessui, vue, vite or something else.
I just try to use the "multiple" Attribute of Listbox in Vue 3 but after i add "multiple" attribute to Listbox (as in Listbox code example) Vue shows the following error in console:
`render.ts:93 Uncaught (in promise) Error: Passing props on "template"!
The current component <Listbox /> is rendering a "template".
However we need to passthrough the following props:
- multiple
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
System:
"@headlessui/vue": "^1.7.3",
"vue": "^3.2.41"
"tailwindcss": "^3.0.20",
"typescript": "^4.4.4",
"vite": "^2.7.2",
"vue-tsc": "^0.29.8"
Problem:
I don't know if this is a problem of headlessui, vue, vite or something else.
I just try to use the "multiple" Attribute of Listbox in Vue 3 but after i add "multiple" attribute to Listbox (as in Listbox code example) Vue shows the following error in console:
This is even the case if i copy paste the example code from here: https://headlessui.com/vue/listbox#selecting-multiple-values
into my project for testing purposes.
Strangely i do not find any usefull hint googling after a generic version of this error.
Any ideas? Thank you for looking.
Beta Was this translation helpful? Give feedback.
All reactions