SmartAce
SmartAce
If it helps, this only happens for me if I use Vuetify with a project and more specifically the "vuetify-nuxt-module". I cannot get it to happen with a generic out-of-the-box...
Maybe related to #1153 ?
I was able to get it to work using the "as" prop instead: ```html shadcn/vue ``` In order to get "as-child" to work, I had to modify the local "AlertDialogAction.vue"...
Actually, I was mistaken. The "as" prop solution does not work either. I was able to by modifying the local component as such: ```html ```
> So what can i do about this? After every hmr i get the warning. I think you can generate the types file based on your database using the Supabase...