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
I'm getting an error on version 1.1.0 on Nuxt 3.4.3 which breaks the plugin. Everything seemed to be working fine on 1.0.11 with Nuxt 3.4.3.
[@vue/compiler-sfc] Failed to resolve extends base type. 08:55:40
If this previously worked in 3.2, you can instruct the compiler to ignore this extend by adding /* @vue-ignore */ before it, for example:
interface Props extends /* @vue-ignore */ Base {}
Note: both in 3.2 or with the ignore, the properties in the base type are treated as fallthrough attrs at runtime.
this is related to NaiveConfig.vue, if I modify the extend as requested, the plugin works again
Thanks for noticing this. Once i refreshed the lockfile, the error shows up. It's related to the package @vue/compiler-sfc v3.3.2 resolving this issue. I just released a patch.
I'm getting an error on version 1.1.0 on Nuxt 3.4.3 which breaks the plugin. Everything seemed to be working fine on 1.0.11 with Nuxt 3.4.3.
this is related to NaiveConfig.vue, if I modify the extend as requested, the plugin works again
The text was updated successfully, but these errors were encountered: