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
see code in B.tsx, at line 6, it will show an error.
TS2322: Type '{ slot: string; class: string; }' is not assignable to type 'ElementAttrs<HTMLAttributes>'. Property 'slot' does not exist on type 'ElementAttrs<HTMLAttributes>'.
What is expected?
Don't show error
What is actually happening?
Typescript types error in tsx file.
If i add a slot?:string in this declared interface (
Version
2.7.2
Reproduction link
github.com/windsonR/dd.git
Steps to reproduce
What is expected?
Don't show error
What is actually happening?
Typescript types error in tsx file.
If i add a
slot?:string
in this declared interface (vue/types/jsx.d.ts
Line 236 in e244687
The text was updated successfully, but these errors were encountered: