shadcn-vue-nuxt-layer
shadcn-vue-nuxt-layer copied to clipboard
Can't use Form elements in another package
My app is extending this layer.
For most of the components it works OK, but once I've added Form elements, it returns an error:
Cannot destructure property 'componentField' of 'undefined' as it is undefined.
Is there a way to configure Form components in this layer or do I need to import them for each package separately?