-
Notifications
You must be signed in to change notification settings - Fork 28.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade React from 313332d1-20250326
to 63779030-20250328
#77643
Merged
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
e3ea4ac
Update `react@experimental`
vercel-release-bot 4e4e19f
Update `react`
vercel-release-bot 0929a36
Updated peer dependency references in apps
vercel-release-bot 8ad31d8
Updated peer dependency references in libraries
vercel-release-bot 3b21533
Update lockfile
vercel-release-bot dcaab1b
ncc-compiled
vercel-release-bot fbdfcdf
Handle new hydration message format
eps1lon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -227,16 +227,16 @@ | |
"pretty-ms": "7.0.0", | ||
"random-seed": "0.3.0", | ||
"react": "19.0.0", | ||
"react-builtin": "npm:react@19.1.0-canary-313332d1-20250326", | ||
"react-builtin": "npm:react@19.2.0-canary-63779030-20250328", | ||
"react-dom": "19.0.0", | ||
"react-dom-builtin": "npm:react-dom@19.1.0-canary-313332d1-20250326", | ||
"react-dom-experimental-builtin": "npm:[email protected]313332d1-20250326", | ||
"react-experimental-builtin": "npm:[email protected]313332d1-20250326", | ||
"react-is-builtin": "npm:react-is@19.1.0-canary-313332d1-20250326", | ||
"react-server-dom-turbopack": "19.1.0-canary-313332d1-20250326", | ||
"react-server-dom-turbopack-experimental": "npm:[email protected]313332d1-20250326", | ||
"react-server-dom-webpack": "19.1.0-canary-313332d1-20250326", | ||
"react-server-dom-webpack-experimental": "npm:[email protected]313332d1-20250326", | ||
"react-dom-builtin": "npm:react-dom@19.2.0-canary-63779030-20250328", | ||
"react-dom-experimental-builtin": "npm:[email protected]63779030-20250328", | ||
"react-experimental-builtin": "npm:[email protected]63779030-20250328", | ||
"react-is-builtin": "npm:react-is@19.2.0-canary-63779030-20250328", | ||
"react-server-dom-turbopack": "19.2.0-canary-63779030-20250328", | ||
"react-server-dom-turbopack-experimental": "npm:[email protected]63779030-20250328", | ||
"react-server-dom-webpack": "19.2.0-canary-63779030-20250328", | ||
"react-server-dom-webpack-experimental": "npm:[email protected]63779030-20250328", | ||
"react-ssr-prepass": "1.0.8", | ||
"react-virtualized": "9.22.3", | ||
"relay-compiler": "13.0.2", | ||
|
@@ -246,8 +246,8 @@ | |
"resolve-from": "5.0.0", | ||
"sass": "1.54.0", | ||
"satori": "0.12.2", | ||
"scheduler-builtin": "npm:scheduler@0.26.0-canary-313332d1-20250326", | ||
"scheduler-experimental-builtin": "npm:[email protected]313332d1-20250326", | ||
"scheduler-builtin": "npm:scheduler@0.27.0-canary-63779030-20250328", | ||
"scheduler-experimental-builtin": "npm:[email protected]63779030-20250328", | ||
"seedrandom": "3.0.5", | ||
"semver": "7.3.7", | ||
"shell-quote": "1.7.3", | ||
|
@@ -290,10 +290,10 @@ | |
"@types/react": "19.0.8", | ||
"@types/react-dom": "19.0.3", | ||
"jest-snapshot": "30.0.0-alpha.6", | ||
"react": "19.1.0-canary-313332d1-20250326", | ||
"react-dom": "19.1.0-canary-313332d1-20250326", | ||
"react-is": "19.1.0-canary-313332d1-20250326", | ||
"scheduler": "0.26.0-canary-313332d1-20250326" | ||
"react": "19.2.0-canary-63779030-20250328", | ||
"react-dom": "19.2.0-canary-63779030-20250328", | ||
"react-is": "19.2.0-canary-63779030-20250328", | ||
"scheduler": "0.27.0-canary-63779030-20250328" | ||
}, | ||
"patchedDependencies": { | ||
"[email protected]": "patches/[email protected]", | ||
|
This file contains 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
460 changes: 251 additions & 209 deletions
460
packages/next/src/compiled/react-dom-experimental/cjs/react-dom-client.development.js
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
facebook/react#32763
The default message should still read "HTML". Though this does highlight that we currently drop the original message. So if you do have a text mismatch, we still unintentionally say "rendered HTML" instead of "rendered text". We'll see if this gets fixed during the upcoming refactors. Not too urgent to fix.