Replies: 1 comment 1 reply
-
Or do previous errors interrupt the validation process and superrefine is not executed eventually but blocked ? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
So I have a zod schema like
I have a watcher on the
c
value to check if it has changed, and if it does I triggervalidate()
on the form. but none of the superRefine logs will trigger.What can I do to get validate to retrigger the validationschema?
Beta Was this translation helpful? Give feedback.
All reactions