Patch Changes
- fix: properly handle
<Form encType="multipart/form-data">
submissions (#8984) - fix: Make path resolution trailing slash agnostic (#8861)
- fix: don't default to a
REPLACE
navigation on form submissions if the action redirected. The redirect takes care of avoiding the back-button-resubmit scenario, so by using aPUSH
we allow the back button to go back to the pre-submission form page (#8979) - fix: export ActionFunctionArgs/LoaderFunctionArgs up through router packages (#8975)
- fix: preserve loader data for loaders that opted out of revalidation (#8973)