Replies: 3 comments 5 replies
-
I haven't had the chance to explore React Router v7 yet. Could you share the error message you're seeing when you hover over the issue? Additionally, providing a StackBlitz link that reproduces the problem would be very helpful. |
Beta Was this translation helpful? Give feedback.
-
It is something wrong with
When I return submission (just for testing) instead of redirect the error disappears. |
Beta Was this translation helpful? Give feedback.
-
You can just throw the result of the The
|
Beta Was this translation helpful? Give feedback.
-
Hi, I'm trying out conform for the first time with the newly released react router v7 and I'm having a typescript type problem within
useForm
-lastResult
property, particularly when usingredirect
inside my action. If I commentreturn redirect('...;)
out, the error goes away. I'm thinking it is a react-router thing since the example expects remix, but still. Any ideas?Beta Was this translation helpful? Give feedback.
All reactions