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
Argument of type '{ type: string | undefined; disabled: true | undefined; form: string | undefined; href: string | undefined; target: string | undefined; rel: string | undefined; id: string | undefined; ... 5 more ...; "on:focus": undefined; }' is not assignable to parameter of type 'HTMLProps<"a", HTMLAttributes<any>> | HTMLProps<"button", HTMLAttributes<any>>'.
Object literal may only specify known properties, and '"disabled"' does not exist in type 'HTMLProps<"a", HTMLAttributes<any>>'.ts(2345)
System Info
"typescript": "5.0.4"
Which package is the issue about?
svelte-check
The text was updated successfully, but these errors were encountered:
Describe the bug
I do not understand what is Typescript complaining about for the
disabled
prop:System Info
"typescript": "5.0.4"
Which package is the issue about?
svelte-check
The text was updated successfully, but these errors were encountered: