You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inside the render prop of the component, logging both parameters { message, messages } shows they're both undefined. Accessing the errors object directly from useFormState shows there's an array of errors for the field
The text was updated successfully, but these errors were encountered:
Example using yup for validation: https://codesandbox.io/p/sandbox/react-hook-form-v7-validationschema-forked-l3l865?file=%2Fsrc%2Findex.js%3A60%2C11
Inside the
render
prop of the component, logging both parameters{ message, messages }
shows they're both undefined. Accessing theerrors
object directly fromuseFormState
shows there's an array of errors for the fieldThe text was updated successfully, but these errors were encountered: