I have 2 sources:
/items
/items/:id/:action
From 1st source i use useFetcher to 2nd source loader for get data and action to patch data. After submit initial data changes to success message or validation errors from patch request and form brokes without initial data.
How i can separate useFetcher data from get and patch requests like using useLoaderData and useActionData?