You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -864,14 +864,16 @@ You can also check out the docs [here](https://reactrouter.com/en/dev/guides/api
864
864
865
865
### Minor Changes
866
866
867
-
- The first future flag being introduced is `future.v7_normalizeFormMethod` which will normalize the exposed `useNavigation()/useFetcher()``formMethod` fields as uppercase HTTP methods to align with the `fetch()` (and some Remix) behavior. ([#10207](https://github.com/remix-run/react-router/pull/10207))
868
-
869
-
- When `future.v7_normalizeFormMethod` is unspecified or set to `false` (default v6 behavior),
870
-
-`useNavigation().formMethod` is lowercase
871
-
-`useFetcher().formMethod` is lowercase
872
-
- When `future.v7_normalizeFormMethod === true`:
873
-
-`useNavigation().formMethod` is UPPERCASE
874
-
-`useFetcher().formMethod` is UPPERCASE
867
+
#### future.v7_normalizeFormMethod
868
+
869
+
The first future flag being introduced is `future.v7_normalizeFormMethod` which will normalize the exposed `useNavigation()/useFetcher()``formMethod` fields as uppercase HTTP methods to align with the `fetch()` (and some Remix) behavior. ([#10207](https://github.com/remix-run/react-router/pull/10207))
870
+
871
+
- When `future.v7_normalizeFormMethod` is unspecified or set to `false` (default v6 behavior),
0 commit comments