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
The <Event /> tag in the template row is red underlined with the following error:
'__VLS_9' cannot be used as a JSX component.
Its instance type
'object & Record<never, any> & Vue & { $data: Data; $props: Readonly<Partial<{}> & Omit<{ event: EventListEventFieldsFragment; } & {}, never>>; $attrs: Data; } & ... 4 more ... & Omit<...>'
is not a valid JSX element.
ts(2786)
We are using Volar with take-over-mode enabled and Typescript 4.4.2. Is this error message due to a bug in Volar or a configuration mistake from our side?
The text was updated successfully, but these errors were encountered:
This error looks like a duplicate of #553 but still happens in version v0.28.10. We have the following minimal file example
The
<Event />
tag in the template row is red underlined with the following error:We are using Volar with take-over-mode enabled and Typescript 4.4.2. Is this error message due to a bug in Volar or a configuration mistake from our side?
The text was updated successfully, but these errors were encountered: