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
When I import the following: import { Dialog, DialogPanel, DialogTitle, TransitionChild, TransitionRoot } from '@headlessui/vue'
It gives an error in browser: [vite-node] [ERR_INVALID_URL_SCHEME] /node_modules/@headlessui/vue/dist/components/combobox/combobox.js
Also in the terminal it provides the following error: [Vue warn]: Unhandled error during execution of setup function at <Anonymous key="page" name="page" hasTransition=true >
This discussion was converted from issue #1940 on October 20, 2022 22:29.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
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.
-
What package within Headless UI are you using?
@headlessui/vue
What version of that package are you using?
Latest version: 1.7.3
What browser are you using?
Chrome
Reproduction URL
Not available.
Describe your issue
When I import the following:
import { Dialog, DialogPanel, DialogTitle, TransitionChild, TransitionRoot } from '@headlessui/vue'
It gives an error in browser: [vite-node] [ERR_INVALID_URL_SCHEME] /node_modules/@headlessui/vue/dist/components/combobox/combobox.js
Also in the terminal it provides the following error:
[Vue warn]: Unhandled error during execution of setup function at <Anonymous key="page" name="page" hasTransition=true >
Beta Was this translation helpful? Give feedback.
All reactions