Closed caph1993 closed 11 months ago
Hello, when I try to use the disabled property in a link element, I get a type error:
Property 'disabled' does not exist on type 'DetailedHTMLProps<LinkHTMLAttributes<HTMLLinkElement>, HTMLLinkElement>'.ts(2322)
I wonder if it can be added to the type declaration to get rid of the editor warning.
PR welcome
Hello, when I try to use the disabled property in a link element, I get a type error:
I wonder if it can be added to the type declaration to get rid of the editor warning.