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
{{ message }}
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
then vue-tsc works perfectly in v0.1.4 but started failing in v0.1.5 with:
$ vue-tsc --noEmit
src/components/HelloWorld.vue:3:6 - error TS2345: Argument of type '{ is: VNode<RendererNode, RendererElement, { [key: string]: any; }>; }' is not assignable to parameter of type '{ is: VNode<RendererNode, RendererElement, { [key: string]: any; }>; } & VNode<RendererNode, RendererElement, { ...; }>'.
Type '{ is: VNode<RendererNode, RendererElement, { [key: string]: any; }>; }' is missing the following properties from type 'VNode<RendererNode, RendererElement, { [key: string]: any; }>': type, props, key, ref, and 19 more.
3 <component :is="Component" />
~~~~~~~~~
This happened on all our Vue 3 projects when bumping to v0.1.5.
I made a small repro if that helps cexbrayat/vue-cli-playground#10
When using:
with:
then
vue-tsc
works perfectly in v0.1.4 but started failing in v0.1.5 with:This happened on all our Vue 3 projects when bumping to v0.1.5.
I made a small repro if that helps cexbrayat/vue-cli-playground#10
Thank you for your work on volar @johnsoncodehk !
The text was updated successfully, but these errors were encountered: