Replies: 2 comments 1 reply
-
I have the same problem. _500 The requested module '/nuxt/@fs/C:/Projects/dev/newappv2/.nuxt/shadcn-nuxt/utils.ts' does not provide an export named 'valueUpdater' Original @/lib/utils.ts
.nuxt/shadcn-nuxt/utils.ts
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@gera2ld
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems that
@/lib/utils
is hijacked and hard-coded as an alias to.nuxt/shadcn-next/utils.ts
, despite that alib/utils.ts
is created on project initialization. As a result, any changes tolib/util.ts
are ignored.This is so counter-intuitive! Am I not allowed to use
@/lib/utils
?shadcn-vue/packages/module/src/module.ts
Lines 38 to 43 in b7ef465
Beta Was this translation helpful? Give feedback.
All reactions