Replies: 1 comment
-
Can you create a minimal example for this? you can use either codesandbox or stackblitz |
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.
-
I am having some issues using the try/catch block in my async validation function. Everything is fine until it reaches the catch block. I was expecting the error field to be populated with the
e
string, but no error gets populated once the catch block is reached. What can I do to display the error when it reaches the catch block?I have a schema setup that looks like this:
Beta Was this translation helpful? Give feedback.
All reactions