-
Notifications
You must be signed in to change notification settings - Fork 587
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
InputMenu component fast-deep-equal dependency issue #2488
Comments
Hi there, I am experiencing the same when trying to upgrade from Could be due to #2416 maybe? |
Good call! Switching back to |
You can add this to your vite: {
optimizeDeps: {
include: ['fast-deep-equal']
}
} |
This did not help in my case but downgrading to alpha.6 did work... |
For what version of Nuxt UI are you asking this question?
v3-alpha
Description
When trying to use the InputMenu component I am running into this error:
client.mjs:42 SyntaxError: The requested module '/_nuxt/node_modules/fast-deep-equal/index.js?v=6d87a810' does not provide an export named 'default' (at InputMenu.vue:19:8)
This is after following the installation instructions in the documentation.
Any help would be appreciated!
The text was updated successfully, but these errors were encountered: