Skip to content

Commit 41eb9be

Browse files
committed
[Fizz] Simplify createSuspenseBoundary path (facebook#35087)
Small follow up to facebook#35068. Since this is now a single argument we can simplify the creation branching a bit and make sure it's const. DiffTrain build for [c83be7d](facebook@c83be7d)
1 parent 0568694 commit 41eb9be

36 files changed

+296
-348
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5a9921b839ad8e3cf0069f23c75045fa94373643
1+
c83be7da9f0861770d7df52842d1c3dfe60f0927
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5a9921b839ad8e3cf0069f23c75045fa94373643
1+
c83be7da9f0861770d7df52842d1c3dfe60f0927

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@ __DEV__ &&
14991499
exports.useTransition = function () {
15001500
return resolveDispatcher().useTransition();
15011501
};
1502-
exports.version = "19.3.0-www-classic-5a9921b8-20251108";
1502+
exports.version = "19.3.0-www-classic-c83be7da-20251109";
15031503
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15041504
"function" ===
15051505
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
@@ -1499,7 +1499,7 @@ __DEV__ &&
14991499
exports.useTransition = function () {
15001500
return resolveDispatcher().useTransition();
15011501
};
1502-
exports.version = "19.3.0-www-modern-5a9921b8-20251108";
1502+
exports.version = "19.3.0-www-modern-c83be7da-20251109";
15031503
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15041504
"function" ===
15051505
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
@@ -606,4 +606,4 @@ exports.useSyncExternalStore = function (
606606
exports.useTransition = function () {
607607
return ReactSharedInternals.H.useTransition();
608608
};
609-
exports.version = "19.3.0-www-classic-5a9921b8-20251108";
609+
exports.version = "19.3.0-www-classic-c83be7da-20251109";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,4 +606,4 @@ exports.useSyncExternalStore = function (
606606
exports.useTransition = function () {
607607
return ReactSharedInternals.H.useTransition();
608608
};
609-
exports.version = "19.3.0-www-modern-5a9921b8-20251108";
609+
exports.version = "19.3.0-www-modern-c83be7da-20251109";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ exports.useSyncExternalStore = function (
610610
exports.useTransition = function () {
611611
return ReactSharedInternals.H.useTransition();
612612
};
613-
exports.version = "19.3.0-www-classic-5a9921b8-20251108";
613+
exports.version = "19.3.0-www-classic-c83be7da-20251109";
614614
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
615615
"function" ===
616616
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
@@ -610,7 +610,7 @@ exports.useSyncExternalStore = function (
610610
exports.useTransition = function () {
611611
return ReactSharedInternals.H.useTransition();
612612
};
613-
exports.version = "19.3.0-www-modern-5a9921b8-20251108";
613+
exports.version = "19.3.0-www-modern-c83be7da-20251109";
614614
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
615615
"function" ===
616616
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
@@ -20445,10 +20445,10 @@ __DEV__ &&
2044520445
(function () {
2044620446
var internals = {
2044720447
bundleType: 1,
20448-
version: "19.3.0-www-classic-5a9921b8-20251108",
20448+
version: "19.3.0-www-classic-c83be7da-20251109",
2044920449
rendererPackageName: "react-art",
2045020450
currentDispatcherRef: ReactSharedInternals,
20451-
reconcilerVersion: "19.3.0-www-classic-5a9921b8-20251108"
20451+
reconcilerVersion: "19.3.0-www-classic-c83be7da-20251109"
2045220452
};
2045320453
internals.overrideHookState = overrideHookState;
2045420454
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -20483,7 +20483,7 @@ __DEV__ &&
2048320483
exports.Shape = Shape;
2048420484
exports.Surface = Surface;
2048520485
exports.Text = Text;
20486-
exports.version = "19.3.0-www-classic-5a9921b8-20251108";
20486+
exports.version = "19.3.0-www-classic-c83be7da-20251109";
2048720487
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2048820488
"function" ===
2048920489
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
@@ -20216,10 +20216,10 @@ __DEV__ &&
2021620216
(function () {
2021720217
var internals = {
2021820218
bundleType: 1,
20219-
version: "19.3.0-www-modern-5a9921b8-20251108",
20219+
version: "19.3.0-www-modern-c83be7da-20251109",
2022020220
rendererPackageName: "react-art",
2022120221
currentDispatcherRef: ReactSharedInternals,
20222-
reconcilerVersion: "19.3.0-www-modern-5a9921b8-20251108"
20222+
reconcilerVersion: "19.3.0-www-modern-c83be7da-20251109"
2022320223
};
2022420224
internals.overrideHookState = overrideHookState;
2022520225
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -20254,7 +20254,7 @@ __DEV__ &&
2025420254
exports.Shape = Shape;
2025520255
exports.Surface = Surface;
2025620256
exports.Text = Text;
20257-
exports.version = "19.3.0-www-modern-5a9921b8-20251108";
20257+
exports.version = "19.3.0-www-modern-c83be7da-20251109";
2025820258
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2025920259
"function" ===
2026020260
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)