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
But it seems that #20 and #21 introduced syntax from react-hook-form v7, which breaks the app -- #21 breaks validation of the first name field, and #20 prevents the app from even starting.
To Reproduce
Steps to reproduce the behavior for #20 (startup issue):
Just try to yarn start, and it should fail.
Steps to reproduce the behavior for #20 (validation issue):
Go to first step
Focus and then blur the first name field
Focus and then blur the last name field
Expected behavior
Both fields (since blank, but required) should display validation messages.
Observed behavior
First name field doesn't show validation error, but last name field does.
The text was updated successfully, but these errors were encountered:
Describe the bug
This is a great sample repo!
But it seems that #20 and #21 introduced syntax from react-hook-form v7, which breaks the app -- #21 breaks validation of the first name field, and #20 prevents the app from even starting.
To Reproduce
Steps to reproduce the behavior for #20 (startup issue):
yarn start
, and it should fail.Steps to reproduce the behavior for #20 (validation issue):
Expected behavior
Both fields (since blank, but required) should display validation messages.
Observed behavior
First name field doesn't show validation error, but last name field does.
The text was updated successfully, but these errors were encountered: