Replies: 1 comment
-
If you're using https://reactrouter.com/en/main/hooks/use-fetcher#fetcherdata |
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.
-
When using useFetch to submit the form, if
<fetch.Form action=''>
, you can fetch the return values ofloader
andaction
inuseLoaderData
anduseActionData
. If<fetch.Form action='xxx'>
, The returned values inloader
andaction
cannot be obtainedBeta Was this translation helpful? Give feedback.
All reactions