Skip to content

Commit

Permalink
Add future.v2_normalizeFormMethod flag
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 authored and MichaelDeBoey committed Mar 16, 2023
1 parent 4b70f9f commit e286bde
Show file tree
Hide file tree
Showing 7 changed files with 488 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .changeset/normalize-form-method.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@remix-run/dev": minor
"@remix-run/react": minor
"@remix-run/server-runtime": minor
"@remix-run/testing": minor
---

Add `future.v2_normalizeFormMethod` flag to normalize exposed `useNavigation().formMethod` as an uppercase HTTP method to align with the `fetch()` behavior

0 comments on commit e286bde

Please sign in to comment.