Skip to content

Commit f6969ad

Browse files
committed
[Fizz] Gate legacyContext field on disableLegacyContext (#30173)
We're running out of fields and this one we can avoid at runtime in any modern builds. DiffTrain build for [6d2a97a](6d2a97a)
1 parent b8decad commit f6969ad

36 files changed

+112
-164
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
315109b02b0c9460b7466ca88f3f4d6ed1215a21
1+
6d2a97a7113dfac2ad45067001b7e49a98718324
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
315109b02b0c9460b7466ca88f3f4d6ed1215a21
1+
6d2a97a7113dfac2ad45067001b7e49a98718324

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1991,7 +1991,7 @@ __DEV__ &&
19911991
exports.useTransition = function () {
19921992
return resolveDispatcher().useTransition();
19931993
};
1994-
exports.version = "19.0.0-www-classic-315109b02b-20240701";
1994+
exports.version = "19.0.0-www-classic-6d2a97a711-20240701";
19951995
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
19961996
"function" ===
19971997
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
@@ -1971,7 +1971,7 @@ __DEV__ &&
19711971
exports.useTransition = function () {
19721972
return resolveDispatcher().useTransition();
19731973
};
1974-
exports.version = "19.0.0-www-modern-315109b02b-20240701";
1974+
exports.version = "19.0.0-www-modern-6d2a97a711-20240701";
19751975
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
19761976
"function" ===
19771977
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
@@ -669,4 +669,4 @@ exports.useSyncExternalStore = function (
669669
exports.useTransition = function () {
670670
return ReactSharedInternals.H.useTransition();
671671
};
672-
exports.version = "19.0.0-www-classic-315109b02b-20240701";
672+
exports.version = "19.0.0-www-classic-6d2a97a711-20240701";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,4 +669,4 @@ exports.useSyncExternalStore = function (
669669
exports.useTransition = function () {
670670
return ReactSharedInternals.H.useTransition();
671671
};
672-
exports.version = "19.0.0-www-modern-315109b02b-20240701";
672+
exports.version = "19.0.0-www-modern-6d2a97a711-20240701";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ exports.useSyncExternalStore = function (
673673
exports.useTransition = function () {
674674
return ReactSharedInternals.H.useTransition();
675675
};
676-
exports.version = "19.0.0-www-classic-315109b02b-20240701";
676+
exports.version = "19.0.0-www-classic-6d2a97a711-20240701";
677677
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
678678
"function" ===
679679
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
@@ -673,7 +673,7 @@ exports.useSyncExternalStore = function (
673673
exports.useTransition = function () {
674674
return ReactSharedInternals.H.useTransition();
675675
};
676-
exports.version = "19.0.0-www-modern-315109b02b-20240701";
676+
exports.version = "19.0.0-www-modern-6d2a97a711-20240701";
677677
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
678678
"function" ===
679679
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16934,14 +16934,14 @@ __DEV__ &&
1693416934
scheduleRoot: scheduleRoot,
1693516935
setRefreshHandler: setRefreshHandler,
1693616936
getCurrentFiber: getCurrentFiberForDevTools,
16937-
reconcilerVersion: "19.0.0-www-classic-315109b02b-20240701"
16937+
reconcilerVersion: "19.0.0-www-classic-6d2a97a711-20240701"
1693816938
});
1693916939
})({
1694016940
findFiberByHostInstance: function () {
1694116941
return null;
1694216942
},
1694316943
bundleType: 1,
16944-
version: "19.0.0-www-classic-315109b02b-20240701",
16944+
version: "19.0.0-www-classic-6d2a97a711-20240701",
1694516945
rendererPackageName: "react-art"
1694616946
});
1694716947
var ClippingRectangle = TYPES.CLIPPING_RECTANGLE,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16364,14 +16364,14 @@ __DEV__ &&
1636416364
scheduleRoot: scheduleRoot,
1636516365
setRefreshHandler: setRefreshHandler,
1636616366
getCurrentFiber: getCurrentFiberForDevTools,
16367-
reconcilerVersion: "19.0.0-www-modern-315109b02b-20240701"
16367+
reconcilerVersion: "19.0.0-www-modern-6d2a97a711-20240701"
1636816368
});
1636916369
})({
1637016370
findFiberByHostInstance: function () {
1637116371
return null;
1637216372
},
1637316373
bundleType: 1,
16374-
version: "19.0.0-www-modern-315109b02b-20240701",
16374+
version: "19.0.0-www-modern-6d2a97a711-20240701",
1637516375
rendererPackageName: "react-art"
1637616376
});
1637716377
var ClippingRectangle = TYPES.CLIPPING_RECTANGLE,

0 commit comments

Comments
 (0)