Skip to content

Commit a357246

Browse files
committed
Finally remove favorSafetyOverHydrationPerf (#33619)
This is rolled out to 100%. Let me merge it though. DiffTrain build for [e43986f](e43986f)
1 parent 0aa0c27 commit a357246

34 files changed

+86
-86
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e4314a0a0f6ea1ab8f739c9119583d148c1be657
1+
e43986f1f3e6e94f7eef86fb21c830959e0ade6c
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e4314a0a0f6ea1ab8f739c9119583d148c1be657
1+
e43986f1f3e6e94f7eef86fb21c830959e0ade6c

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-e4314a0a-20250707";
1437+
exports.version = "19.2.0-www-classic-e43986f1-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-e4314a0a-20250707";
1437+
exports.version = "19.2.0-www-modern-e43986f1-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-e4314a0a-20250707";
613+
exports.version = "19.2.0-www-classic-e43986f1-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-e4314a0a-20250707";
613+
exports.version = "19.2.0-www-modern-e43986f1-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-e4314a0a-20250707";
617+
exports.version = "19.2.0-www-classic-e43986f1-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-e4314a0a-20250707";
617+
exports.version = "19.2.0-www-modern-e43986f1-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-e4314a0a-20250707",
19298+
version: "19.2.0-www-classic-e43986f1-20250707",
1929919299
rendererPackageName: "react-art",
1930019300
currentDispatcherRef: ReactSharedInternals,
19301-
reconcilerVersion: "19.2.0-www-classic-e4314a0a-20250707"
19301+
reconcilerVersion: "19.2.0-www-classic-e43986f1-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-e4314a0a-20250707";
19335+
exports.version = "19.2.0-www-classic-e43986f1-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-e4314a0a-20250707",
19069+
version: "19.2.0-www-modern-e43986f1-20250707",
1907019070
rendererPackageName: "react-art",
1907119071
currentDispatcherRef: ReactSharedInternals,
19072-
reconcilerVersion: "19.2.0-www-modern-e4314a0a-20250707"
19072+
reconcilerVersion: "19.2.0-www-modern-e43986f1-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-e4314a0a-20250707";
19106+
exports.version = "19.2.0-www-modern-e43986f1-20250707";
1910719107
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1910819108
"function" ===
1910919109
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)