No errors shown on form #4280
marvinengelmann
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am unable to display form errors with
<FormMessage />
.The only way I can get errors to appear is by reference them like this:
<FormMessage>{fieldState.error?.message}</FormMessage>
,but this doesn't seem like the best approach to update all form ui manually.
I followed the documentation and used this example implementation as a reference.
Link to the gist.
And this solution did also not help me.
Beta Was this translation helpful? Give feedback.
All reactions