Caros,
Estou com o seguinte erro ao ao tentar utilizar a propriedade disabled no componente Input :
Type '{ disabled: any; }' is not assignable to type 'IntrinsicAttributes & InputProps & RefAttributes'.
Property 'disabled' does not exist on type 'IntrinsicAttributes & InputProps & RefAttributes'.ts(2322)
(property) disabled: any
Alguma sugestão para contorná-lo?
Caros,
Estou com o seguinte erro ao ao tentar utilizar a propriedade disabled no componente Input :
Type '{ disabled: any; }' is not assignable to type 'IntrinsicAttributes & InputProps & RefAttributes'.
Property 'disabled' does not exist on type 'IntrinsicAttributes & InputProps & RefAttributes'.ts(2322)
(property) disabled: any
Alguma sugestão para contorná-lo?