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
starting from 4.3.0 these errors appear when you try to do wrapper over vuetify components and export its type
src/components/datetime/ADatetimePicker.vue:621:10 - error TS4058: Return type of exported function has or is using name 'LoaderSlotProps' from external module "/home/user/projects/dummy/common-admin/node_modules/vuetify/lib/components/index" but cannot be named.
621 function __VLS_template() {
~~~~~~~~~~~~~~
src/components/datetime/ADatetimePicker.vue:621:10 - error TS4058: Return type of exported function has or is using name 'VInputSlot' from external module "/home/user/projects/dummy/common-admin/node_modules/vuetify/lib/components/index" but cannot be named.
391 function __VLS_template() {
~~~~~~~~~~~~~~
src/components/form/AFormTextField.vue:391:10 - error TS4058: Return type of exported function has or is using name 'VFieldSlot' from external module "/home/user/projects/dummy/common-admin/no
391 function __VLS_template() {
~~~~~~~~~~~~~~
src/components/form/AFormTextarea.vue:404:10 - error TS4058: Return type of exported function has or is using name 'DefaultInputSlot' from external module "/home/user/projects/dummy/common-admin/node_modules/vuetify/lib/components/index" but cannot be named.
Describe the bug
starting from 4.3.0 these errors appear when you try to do wrapper over vuetify components and export its type
Reproduction
https://github.com/anzusystems/common-admin/tree/beta
Steps to reproduce
yarn
yarn build
System Info
Validations
The text was updated successfully, but these errors were encountered: