Skip to content

Commit 56b1e5f

Browse files
committed
[Fizz] Name content inside "Suspense fallback" (#33723)
Content in Suspense fallbacks are really not considered part of the Suspense but since it does have some behavior it should be marked somehow separately from the Suspense content. A follow up would be to do the same in Fiber. DiffTrain build for [c932e45](c932e45)
1 parent 216c636 commit 56b1e5f

36 files changed

+261
-150
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0b78161d7d76b7fb9786f25dd222010b9e417191
1+
c932e457800f077352b1b322f14a796e589299fb
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0b78161d7d76b7fb9786f25dd222010b9e417191
1+
c932e457800f077352b1b322f14a796e589299fb

compiled/facebook-www/React-dev.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1434,7 +1434,7 @@ __DEV__ &&
14341434
exports.useTransition = function () {
14351435
return resolveDispatcher().useTransition();
14361436
};
1437-
exports.version = "19.2.0-www-classic-0b78161d-20250702";
1437+
exports.version = "19.2.0-www-classic-c932e457-20250707";
14381438
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
14391439
"function" ===
14401440
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-dev.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1434,7 +1434,7 @@ __DEV__ &&
14341434
exports.useTransition = function () {
14351435
return resolveDispatcher().useTransition();
14361436
};
1437-
exports.version = "19.2.0-www-modern-0b78161d-20250702";
1437+
exports.version = "19.2.0-www-modern-c932e457-20250707";
14381438
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
14391439
"function" ===
14401440
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-prod.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,4 +610,4 @@ exports.useSyncExternalStore = function (
610610
exports.useTransition = function () {
611611
return ReactSharedInternals.H.useTransition();
612612
};
613-
exports.version = "19.2.0-www-classic-0b78161d-20250702";
613+
exports.version = "19.2.0-www-classic-c932e457-20250707";

compiled/facebook-www/React-prod.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,4 +610,4 @@ exports.useSyncExternalStore = function (
610610
exports.useTransition = function () {
611611
return ReactSharedInternals.H.useTransition();
612612
};
613-
exports.version = "19.2.0-www-modern-0b78161d-20250702";
613+
exports.version = "19.2.0-www-modern-c932e457-20250707";

compiled/facebook-www/React-profiling.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ exports.useSyncExternalStore = function (
614614
exports.useTransition = function () {
615615
return ReactSharedInternals.H.useTransition();
616616
};
617-
exports.version = "19.2.0-www-classic-0b78161d-20250702";
617+
exports.version = "19.2.0-www-classic-c932e457-20250707";
618618
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
619619
"function" ===
620620
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-profiling.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ exports.useSyncExternalStore = function (
614614
exports.useTransition = function () {
615615
return ReactSharedInternals.H.useTransition();
616616
};
617-
exports.version = "19.2.0-www-modern-0b78161d-20250702";
617+
exports.version = "19.2.0-www-modern-c932e457-20250707";
618618
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
619619
"function" ===
620620
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactART-dev.classic.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19295,10 +19295,10 @@ __DEV__ &&
1929519295
(function () {
1929619296
var internals = {
1929719297
bundleType: 1,
19298-
version: "19.2.0-www-classic-0b78161d-20250702",
19298+
version: "19.2.0-www-classic-c932e457-20250707",
1929919299
rendererPackageName: "react-art",
1930019300
currentDispatcherRef: ReactSharedInternals,
19301-
reconcilerVersion: "19.2.0-www-classic-0b78161d-20250702"
19301+
reconcilerVersion: "19.2.0-www-classic-c932e457-20250707"
1930219302
};
1930319303
internals.overrideHookState = overrideHookState;
1930419304
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -19332,7 +19332,7 @@ __DEV__ &&
1933219332
exports.Shape = Shape;
1933319333
exports.Surface = Surface;
1933419334
exports.Text = Text;
19335-
exports.version = "19.2.0-www-classic-0b78161d-20250702";
19335+
exports.version = "19.2.0-www-classic-c932e457-20250707";
1933619336
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1933719337
"function" ===
1933819338
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactART-dev.modern.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19066,10 +19066,10 @@ __DEV__ &&
1906619066
(function () {
1906719067
var internals = {
1906819068
bundleType: 1,
19069-
version: "19.2.0-www-modern-0b78161d-20250702",
19069+
version: "19.2.0-www-modern-c932e457-20250707",
1907019070
rendererPackageName: "react-art",
1907119071
currentDispatcherRef: ReactSharedInternals,
19072-
reconcilerVersion: "19.2.0-www-modern-0b78161d-20250702"
19072+
reconcilerVersion: "19.2.0-www-modern-c932e457-20250707"
1907319073
};
1907419074
internals.overrideHookState = overrideHookState;
1907519075
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -19103,7 +19103,7 @@ __DEV__ &&
1910319103
exports.Shape = Shape;
1910419104
exports.Surface = Surface;
1910519105
exports.Text = Text;
19106-
exports.version = "19.2.0-www-modern-0b78161d-20250702";
19106+
exports.version = "19.2.0-www-modern-c932e457-20250707";
1910719107
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1910819108
"function" ===
1910919109
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)