Skip to content

Commit 65e76ea

Browse files
Upgrade React from 197d6a04-20250424 to fa3feba6-20250623 (#80804)
Co-authored-by: Sebastian Sebbie Silbermann <[email protected]>
1 parent 6c4ca1c commit 65e76ea

File tree

147 files changed

+67613
-32374
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+67613
-32374
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -233,16 +233,16 @@
233233
"pretty-ms": "7.0.0",
234234
"random-seed": "0.3.0",
235235
"react": "19.0.0",
236-
"react-builtin": "npm:[email protected]197d6a04-20250424",
236+
"react-builtin": "npm:[email protected]fa3feba6-20250623",
237237
"react-dom": "19.0.0",
238-
"react-dom-builtin": "npm:[email protected]197d6a04-20250424",
239-
"react-dom-experimental-builtin": "npm:[email protected]197d6a04-20250424",
240-
"react-experimental-builtin": "npm:[email protected]197d6a04-20250424",
241-
"react-is-builtin": "npm:[email protected]197d6a04-20250424",
242-
"react-server-dom-turbopack": "19.2.0-canary-197d6a04-20250424",
243-
"react-server-dom-turbopack-experimental": "npm:[email protected]197d6a04-20250424",
244-
"react-server-dom-webpack": "19.2.0-canary-197d6a04-20250424",
245-
"react-server-dom-webpack-experimental": "npm:[email protected]197d6a04-20250424",
238+
"react-dom-builtin": "npm:[email protected]fa3feba6-20250623",
239+
"react-dom-experimental-builtin": "npm:[email protected]fa3feba6-20250623",
240+
"react-experimental-builtin": "npm:[email protected]fa3feba6-20250623",
241+
"react-is-builtin": "npm:[email protected]fa3feba6-20250623",
242+
"react-server-dom-turbopack": "19.2.0-canary-fa3feba6-20250623",
243+
"react-server-dom-turbopack-experimental": "npm:[email protected]fa3feba6-20250623",
244+
"react-server-dom-webpack": "19.2.0-canary-fa3feba6-20250623",
245+
"react-server-dom-webpack-experimental": "npm:[email protected]fa3feba6-20250623",
246246
"react-ssr-prepass": "1.0.8",
247247
"react-virtualized": "9.22.3",
248248
"relay-compiler": "13.0.2",
@@ -252,8 +252,8 @@
252252
"resolve-from": "5.0.0",
253253
"sass": "1.54.0",
254254
"satori": "0.12.2",
255-
"scheduler-builtin": "npm:[email protected]197d6a04-20250424",
256-
"scheduler-experimental-builtin": "npm:[email protected]197d6a04-20250424",
255+
"scheduler-builtin": "npm:[email protected]fa3feba6-20250623",
256+
"scheduler-experimental-builtin": "npm:[email protected]fa3feba6-20250623",
257257
"seedrandom": "3.0.5",
258258
"semver": "7.3.7",
259259
"shell-quote": "1.7.3",
@@ -296,10 +296,10 @@
296296
"@types/react-dom": "19.1.2",
297297
"@types/retry": "0.12.0",
298298
"jest-snapshot": "30.0.0-alpha.6",
299-
"react": "19.2.0-canary-197d6a04-20250424",
300-
"react-dom": "19.2.0-canary-197d6a04-20250424",
301-
"react-is": "19.2.0-canary-197d6a04-20250424",
302-
"scheduler": "0.27.0-canary-197d6a04-20250424"
299+
"react": "19.2.0-canary-fa3feba6-20250623",
300+
"react-dom": "19.2.0-canary-fa3feba6-20250623",
301+
"react-is": "19.2.0-canary-fa3feba6-20250623",
302+
"scheduler": "0.27.0-canary-fa3feba6-20250623"
303303
},
304304
"patchedDependencies": {
305305

packages/next/src/client/app-index.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,15 @@ function Root({ children }: React.PropsWithChildren<{}>) {
206206
return children
207207
}
208208

209+
function onDefaultTransitionIndicator() {
210+
// TODO: Compose default with user-configureable (e.g. nprogress)
211+
// TODO: Use React's default once we figure out hanging indicators: https://codesandbox.io/p/sandbox/charming-moon-hktkp6?file=%2Fsrc%2Findex.js%3A106%2C30
212+
return () => {}
213+
}
214+
209215
const reactRootOptions: ReactDOMClient.RootOptions = {
216+
// @ts-expect-error: Should pass on `@types/react` bump.
217+
onDefaultTransitionIndicator: onDefaultTransitionIndicator,
210218
onRecoverableError,
211219
onCaughtError,
212220
onUncaughtError,

0 commit comments

Comments
 (0)