How does the new "errors" prop work with useForm #11295
-
Hello! 👋 What I'm doing atm in remix-hook-form is creating the same errors shape on the backend as in the frontend using resolver(data). I send it to the frontend and then I merge the errors together, obviously with this new Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi Alem 👋 If you haven't checked #11188 already, it contains a decent explanation of the problem the new Let me know if you have any further questions. |
Beta Was this translation helpful? Give feedback.
Hi Alem 👋
If you haven't checked #11188 already, it contains a decent explanation of the problem the new
errors
API aims to solve.Let me know if you have any further questions.