An error used to indicate that a value is not a valid email.
kind
"email"
field
() => FieldState<unknown, string | number>
The field associated with this error.
message
string | undefined
Human readable error message.
Jump to details
An error used to indicate that a value is not a valid email.
"email"
() => FieldState<unknown, string | number>
The field associated with this error.
string | undefined
Human readable error message.