Typescript Error with dynamic slots.
Hi everyone,
I recently updated my project and while the app is still functioning, I'm encountering a TypeScript (tsc) error.
I'm familiar with this type of error when it comes to objects and dynamic indexes in TypeScript, but I'm not sure how to resolve it in the context of slots.
Has anyone else faced a similar issue or can provide some guidance on how to fix this?
Thanks for your help!
2 Replies
Which version of Nuxt are you using?
I encountered the same error with Nuxt v3.12.4.
I switched to Nuxt v3.12.2, and it worked.
If you have an Import error, i created a file "shims-vue.d.ts" with this code in it :
Thanks, I've tried with different versions of Vuetify, but it seems the problem appears with 3.12 of Nuxt. :nuxt:
Does @manniL / TheAlexLichter or anyone on the maintainer team know about this ?