[flags] Enable enableParallelTransitions - #37290
Merged
Merged
Conversation
Reverse #35709. Turn the flag on in the OSS/canary default and in every hardcoded fork, including the native (RN) forks, and keep the test renderers in sync. www stays GK-driven, so www.js and www-dynamic.js are unchanged. Leaving the flag in the repo for now; this just flips the default on. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
acdlite
marked this pull request as ready for review
August 14, 2026 13:44
|
Comparing: beef6d6...56b7ba9 Critical size changesIncludes critical production bundles, as well as any change greater than 2%:
Significant size changesIncludes any change greater than 0.2%: (No significant changes) |
eps1lon
reviewed
Aug 14, 2026
|
|
||
| // Disables children for <textarea> elements | ||
| export const enableParallelTransitions: boolean = false; | ||
| export const enableParallelTransitions: boolean = true; |
Collaborator
There was a problem hiding this comment.
why not __EXPERIMENTAL__ first?
Collaborator
Author
There was a problem hiding this comment.
It's been on in production at Meta, which generally is a strong signal that it's safe to land. The next thing I want to do is deploy it to some Vercel apps, ASAP so it can make it into 19.3; we can revert fast if something comes up.
eps1lon
approved these changes
Aug 14, 2026
github-actions Bot
pushed a commit
that referenced
this pull request
Aug 14, 2026
Reverse #35709. Turn the flag on in the OSS/canary default and in every hardcoded fork, including the native (RN) forks, and keep the test renderers in sync. www stays GK-driven, so `www.js` and `www-dynamic.js` are unchanged. Leaving the flag in the repo for now; this just flips the default on. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> DiffTrain build for [eb8feb7](eb8feb7)
github-actions Bot
pushed a commit
that referenced
this pull request
Aug 14, 2026
Reverse #35709. Turn the flag on in the OSS/canary default and in every hardcoded fork, including the native (RN) forks, and keep the test renderers in sync. www stays GK-driven, so `www.js` and `www-dynamic.js` are unchanged. Leaving the flag in the repo for now; this just flips the default on. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> DiffTrain build for [eb8feb7](eb8feb7)
github-actions Bot
pushed a commit
to code/lib-react
that referenced
this pull request
Aug 15, 2026
Reverse react#35709. Turn the flag on in the OSS/canary default and in every hardcoded fork, including the native (RN) forks, and keep the test renderers in sync. www stays GK-driven, so `www.js` and `www-dynamic.js` are unchanged. Leaving the flag in the repo for now; this just flips the default on. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> DiffTrain build for [eb8feb7](react@eb8feb7)
github-actions Bot
pushed a commit
to code/lib-react
that referenced
this pull request
Aug 15, 2026
Reverse react#35709. Turn the flag on in the OSS/canary default and in every hardcoded fork, including the native (RN) forks, and keep the test renderers in sync. www stays GK-driven, so `www.js` and `www-dynamic.js` are unchanged. Leaving the flag in the repo for now; this just flips the default on. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> DiffTrain build for [eb8feb7](react@eb8feb7)
github-actions Bot
pushed a commit
to xb18/react
that referenced
this pull request
Aug 19, 2026
Reverse react#35709. Turn the flag on in the OSS/canary default and in every hardcoded fork, including the native (RN) forks, and keep the test renderers in sync. www stays GK-driven, so `www.js` and `www-dynamic.js` are unchanged. Leaving the flag in the repo for now; this just flips the default on. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> DiffTrain build for [eb8feb7](react@eb8feb7)
github-actions Bot
pushed a commit
to xb18/react
that referenced
this pull request
Aug 19, 2026
Reverse react#35709. Turn the flag on in the OSS/canary default and in every hardcoded fork, including the native (RN) forks, and keep the test renderers in sync. www stays GK-driven, so `www.js` and `www-dynamic.js` are unchanged. Leaving the flag in the repo for now; this just flips the default on. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> DiffTrain build for [eb8feb7](react@eb8feb7)
2 tasks
shnakatani
added a commit
to shnakatani/tanstack-start-template
that referenced
this pull request
Sep 13, 2026
react / react-dom / @types/react / @types/react-dom を 19.2.x から 19.3.0 へ上げる。 19.3.0 は 2026-09-09 公開で、pnpm-workspace.yaml の minimumReleaseAge (3 日) を経過している。 動機: Transition の独立描画 (react/react#37290) と useDeferredValue の修正 (react/react#36134) を 前提に、ユーザー操作の Transition 化を進める (後続の ADR-0014)。 検証: mise run verify → Tests 271 passed (271)、build と security-headers 検査を通過。 テスト中の console.warn (useRouter must be used inside a <RouterProvider>) は 19.2.8 の baseline でも同じ 1 件が出ており、この更新とは無関係。 Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reverse #35709. Turn the flag on in the OSS/canary default and in every hardcoded fork, including the native (RN) forks, and keep the test renderers in sync. www stays GK-driven, so
www.jsandwww-dynamic.jsare unchanged.Leaving the flag in the repo for now; this just flips the default on.