Skip to content

Commit 990f566

Browse files
committed
Revert "[Re-land] Make prerendering always non-blocking (facebook#31268)" (facebook#31355)
This reverts commit 6c4bbc7. It looked like the bug we found on the original land was related to broken product code. But through landing facebook#31268 we found additional bugs internally. Since disabling the feature flag does not fix the bugs, we have to revert again to unblock the sync. We can continue to debug with our internal build. DiffTrain build for [cae764c](facebook@cae764c)
1 parent a758eac commit 990f566

34 files changed

+6256
-6604
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9daabc0bf97805be23f6131be4d84d063a3ff446
1+
cae764ce81b1bd6c418e9e23651794b6b09208e8
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9daabc0bf97805be23f6131be4d84d063a3ff446
1+
cae764ce81b1bd6c418e9e23651794b6b09208e8

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2021,7 +2021,7 @@ __DEV__ &&
20212021
exports.useTransition = function () {
20222022
return resolveDispatcher().useTransition();
20232023
};
2024-
exports.version = "19.0.0-www-classic-9daabc0b-20241022";
2024+
exports.version = "19.0.0-www-classic-cae764ce-20241025";
20252025
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
20262026
"function" ===
20272027
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
@@ -2001,7 +2001,7 @@ __DEV__ &&
20012001
exports.useTransition = function () {
20022002
return resolveDispatcher().useTransition();
20032003
};
2004-
exports.version = "19.0.0-www-modern-9daabc0b-20241022";
2004+
exports.version = "19.0.0-www-modern-cae764ce-20241025";
20052005
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
20062006
"function" ===
20072007
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
@@ -824,4 +824,4 @@ exports.useSyncExternalStore = function (
824824
exports.useTransition = function () {
825825
return ReactSharedInternals.H.useTransition();
826826
};
827-
exports.version = "19.0.0-www-classic-9daabc0b-20241022";
827+
exports.version = "19.0.0-www-classic-cae764ce-20241025";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,4 +820,4 @@ exports.useSyncExternalStore = function (
820820
exports.useTransition = function () {
821821
return ReactSharedInternals.H.useTransition();
822822
};
823-
exports.version = "19.0.0-www-modern-9daabc0b-20241022";
823+
exports.version = "19.0.0-www-modern-cae764ce-20241025";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ exports.useSyncExternalStore = function (
828828
exports.useTransition = function () {
829829
return ReactSharedInternals.H.useTransition();
830830
};
831-
exports.version = "19.0.0-www-classic-9daabc0b-20241022";
831+
exports.version = "19.0.0-www-classic-cae764ce-20241025";
832832
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
833833
"function" ===
834834
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
@@ -824,7 +824,7 @@ exports.useSyncExternalStore = function (
824824
exports.useTransition = function () {
825825
return ReactSharedInternals.H.useTransition();
826826
};
827-
exports.version = "19.0.0-www-modern-9daabc0b-20241022";
827+
exports.version = "19.0.0-www-modern-cae764ce-20241025";
828828
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
829829
"function" ===
830830
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)