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
The build output of this package starting from 2.18.0 makes internal imports from non-existing files which causes the types to not work (maybe other things aswell have not tried out but likely not as i didn't see such imports in js or vue files)
example Button.d.ts file
from 2.18.0
// file <pnpm symlink>\@nuxt\ui\dist\runtime\components\elements\Button.vue.d.tsimporttype{PropType}from'vue';importtype{ButtonColor,ButtonSize,ButtonVariant,Strategy}from'../../types.js';// <- does not existdeclareconstconfig: {base: string;font: string;rounded: string;truncate: string;...
from 2.18.3
// file <pnpm symlink>\@nuxt\ui\dist\runtime\components\elements\Button.vue.d.tsimporttype{PropType}from'vue';importtype{ButtonColor,ButtonSize,ButtonVariant,Strategy}from'../../types.js';// <- does not existdeclareconstconfig: {base: string;font: string;rounded: string;truncate: string;...
Environment
Version
2.18.0
Reproduction
not needed
Description
The build output of this package starting from 2.18.0 makes internal imports from non-existing files which causes the types to not work (maybe other things aswell have not tried out but likely not as i didn't see such imports in js or vue files)
example Button.d.ts file
from 2.18.0
from 2.18.3
from 2.17.0
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: