Olá pessoal, tudo bem?
Estou fazendo o form e ao criar o atributo vaLue, e o TS acusa erro. O VScode diz que esse atributo não foi encontrato dentro do elemento input.
vaLue={this.state.tempo}
erro:Type '{ type: "time"; className: string; placeholder: string; id: string; name: string; step: string; vaLue: string; onChange: (event: ChangeEvent<HTMLInputElement>) => void; required: true; }' is not assignable to type 'DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>'.
Property 'vaLue' does not exist on type 'DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>'. Did you mean 'value'?