Errors seem to clear themselves out when using async values #10809
Unanswered
ernstoarllano
asked this question in
Q&A
Replies: 1 comment
-
Please provide codesandbox url to re-produce the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For some reason when I try using async values errors don't seem to stick, they seem to clear out immediately:
My form is a multi-step form and triggers validation for each step so for video example it goes like so:
If I switch the form to use
defaultValues
the errors seem to work. Any idea what would cause the errors to clear out? I'm usingv7.45.4
ofreact-hook-form
andv3.2.0
of@hookform/resolvers
.error-flickering.mp4
Beta Was this translation helpful? Give feedback.
All reactions