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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -711,6 +711,8 @@ Date: 2023-06-14
711
711
712
712
`6.13.0` is really a patch release in spirit but comes with a SemVer minor bump since we added a new future flag.
713
713
714
+
#### v7_startTransition
715
+
714
716
The **tl;dr;** is that `6.13.0` is the same as [`6.12.0`](https://github.com/remix-run/react-router/releases/tag/react-router%406.12.0) bue we've moved the usage of `React.startTransition` behind an opt-in `future.v7_startTransition`[future flag](https://reactrouter.com/en/main/guides/api-development-strategy) because we found that there are applications in the wild that are currently using `Suspense` in ways that are incompatible with `React.startTransition`.
715
717
716
718
Therefore, in `6.13.0` the default behavior will no longer leverage `React.startTransition`:
0 commit comments