We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 288dd3f commit fe50d4eCopy full SHA for fe50d4e
typings/useForm.d.ts
@@ -159,7 +159,7 @@ export interface UseForm<
159
* To determine the error status of each fields individually,
160
* have a look at the `fields`
161
*/
162
- hasErros: boolean
+ hasErrors: boolean
163
/** Call it to respond to input changes. */
164
handleChange: ChangeHandler<F, KV>
165
/**
0 commit comments