Skip to content

Commit e7777dc

Browse files
committed
Turn on enableSiblingPrerendering in canary (#31541)
In preparation for the next RC, I set this feature flag to true everywhere. I did not delete the feature flag yet, in case there are yet more bugs to be discovered. I also didn't remove the dynamic feature flag from the Meta builds; I'll let the Meta folks handle that. DiffTrain build for [988e217](988e217)
1 parent 8b8e93d commit e7777dc

34 files changed

+502
-372
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b836de613d66ff36574af95cb93ad15fd743d1f4
1+
7aa5dda3b3e4c2baa905a59b922ae7ec14734b24
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b836de613d66ff36574af95cb93ad15fd743d1f4
1+
7aa5dda3b3e4c2baa905a59b922ae7ec14734b24

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1819,7 +1819,7 @@ __DEV__ &&
18191819
exports.useTransition = function () {
18201820
return resolveDispatcher().useTransition();
18211821
};
1822-
exports.version = "19.0.0-www-classic-b836de61-20241111";
1822+
exports.version = "19.0.0-www-classic-988e2176-20241114";
18231823
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
18241824
"function" ===
18251825
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
@@ -1819,7 +1819,7 @@ __DEV__ &&
18191819
exports.useTransition = function () {
18201820
return resolveDispatcher().useTransition();
18211821
};
1822-
exports.version = "19.0.0-www-modern-b836de61-20241111";
1822+
exports.version = "19.0.0-www-modern-988e2176-20241114";
18231823
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
18241824
"function" ===
18251825
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
@@ -619,4 +619,4 @@ exports.useSyncExternalStore = function (
619619
exports.useTransition = function () {
620620
return ReactSharedInternals.H.useTransition();
621621
};
622-
exports.version = "19.0.0-www-classic-b836de61-20241111";
622+
exports.version = "19.0.0-www-classic-988e2176-20241114";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,4 +619,4 @@ exports.useSyncExternalStore = function (
619619
exports.useTransition = function () {
620620
return ReactSharedInternals.H.useTransition();
621621
};
622-
exports.version = "19.0.0-www-modern-b836de61-20241111";
622+
exports.version = "19.0.0-www-modern-988e2176-20241114";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ exports.useSyncExternalStore = function (
623623
exports.useTransition = function () {
624624
return ReactSharedInternals.H.useTransition();
625625
};
626-
exports.version = "19.0.0-www-classic-b836de61-20241111";
626+
exports.version = "19.0.0-www-classic-988e2176-20241114";
627627
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
628628
"function" ===
629629
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
@@ -623,7 +623,7 @@ exports.useSyncExternalStore = function (
623623
exports.useTransition = function () {
624624
return ReactSharedInternals.H.useTransition();
625625
};
626-
exports.version = "19.0.0-www-modern-b836de61-20241111";
626+
exports.version = "19.0.0-www-modern-988e2176-20241114";
627627
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
628628
"function" ===
629629
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
@@ -16717,11 +16717,11 @@ __DEV__ &&
1671716717
(function () {
1671816718
var internals = {
1671916719
bundleType: 1,
16720-
version: "19.0.0-www-classic-b836de61-20241111",
16720+
version: "19.0.0-www-classic-988e2176-20241114",
1672116721
rendererPackageName: "react-art",
1672216722
currentDispatcherRef: ReactSharedInternals,
1672316723
findFiberByHostInstance: getInstanceFromNode,
16724-
reconcilerVersion: "19.0.0-www-classic-b836de61-20241111"
16724+
reconcilerVersion: "19.0.0-www-classic-988e2176-20241114"
1672516725
};
1672616726
internals.overrideHookState = overrideHookState;
1672716727
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -16755,7 +16755,7 @@ __DEV__ &&
1675516755
exports.Shape = Shape;
1675616756
exports.Surface = Surface;
1675716757
exports.Text = Text;
16758-
exports.version = "19.0.0-www-classic-b836de61-20241111";
16758+
exports.version = "19.0.0-www-classic-988e2176-20241114";
1675916759
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1676016760
"function" ===
1676116761
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
@@ -16480,11 +16480,11 @@ __DEV__ &&
1648016480
(function () {
1648116481
var internals = {
1648216482
bundleType: 1,
16483-
version: "19.0.0-www-modern-b836de61-20241111",
16483+
version: "19.0.0-www-modern-988e2176-20241114",
1648416484
rendererPackageName: "react-art",
1648516485
currentDispatcherRef: ReactSharedInternals,
1648616486
findFiberByHostInstance: getInstanceFromNode,
16487-
reconcilerVersion: "19.0.0-www-modern-b836de61-20241111"
16487+
reconcilerVersion: "19.0.0-www-modern-988e2176-20241114"
1648816488
};
1648916489
internals.overrideHookState = overrideHookState;
1649016490
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -16518,7 +16518,7 @@ __DEV__ &&
1651816518
exports.Shape = Shape;
1651916519
exports.Surface = Surface;
1652016520
exports.Text = Text;
16521-
exports.version = "19.0.0-www-modern-b836de61-20241111";
16521+
exports.version = "19.0.0-www-modern-988e2176-20241114";
1652216522
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1652316523
"function" ===
1652416524
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)