Minor Changes
- BREAKING CHANGE:
formData()now always stores aFormDatavalue when the middleware runs successfully. Requests without a form body, includingGETandHEADrequests, receive an emptyFormDataso downstream handlers can rely oncontext.formDataandcontext.get(FormData)after the middleware has run.
Patch Changes
- Bumped
@remix-run/*dependencies: