Skip to content

Commit 05d033a

Browse files
committed
[flags] Remove debugRenderPhaseSideEffectsForStrictMode (facebook#31839)
This is enabled everywhere, we can just use the inline `__DEV__` checks. DiffTrain build for [faf6c4d](facebook@faf6c4d)
1 parent fe2b70c commit 05d033a

34 files changed

+94
-86
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e1d843f4d8776bbf5d4fbd12a39bcfd2c565f900
1+
faf6c4dfdcd3c9b3862af6a3afcb3d80abd407c0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e1d843f4d8776bbf5d4fbd12a39bcfd2c565f900
1+
faf6c4dfdcd3c9b3862af6a3afcb3d80abd407c0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1942,7 +1942,7 @@ __DEV__ &&
19421942
exports.useTransition = function () {
19431943
return resolveDispatcher().useTransition();
19441944
};
1945-
exports.version = "19.1.0-www-classic-e1d843f4-20241218";
1945+
exports.version = "19.1.0-www-classic-faf6c4df-20241218";
19461946
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
19471947
"function" ===
19481948
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
@@ -1942,7 +1942,7 @@ __DEV__ &&
19421942
exports.useTransition = function () {
19431943
return resolveDispatcher().useTransition();
19441944
};
1945-
exports.version = "19.1.0-www-modern-e1d843f4-20241218";
1945+
exports.version = "19.1.0-www-modern-faf6c4df-20241218";
19461946
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
19471947
"function" ===
19481948
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
@@ -630,4 +630,4 @@ exports.useSyncExternalStore = function (
630630
exports.useTransition = function () {
631631
return ReactSharedInternals.H.useTransition();
632632
};
633-
exports.version = "19.1.0-www-classic-e1d843f4-20241218";
633+
exports.version = "19.1.0-www-classic-faf6c4df-20241218";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,4 +630,4 @@ exports.useSyncExternalStore = function (
630630
exports.useTransition = function () {
631631
return ReactSharedInternals.H.useTransition();
632632
};
633-
exports.version = "19.1.0-www-modern-e1d843f4-20241218";
633+
exports.version = "19.1.0-www-modern-faf6c4df-20241218";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ exports.useSyncExternalStore = function (
634634
exports.useTransition = function () {
635635
return ReactSharedInternals.H.useTransition();
636636
};
637-
exports.version = "19.1.0-www-classic-e1d843f4-20241218";
637+
exports.version = "19.1.0-www-classic-faf6c4df-20241218";
638638
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
639639
"function" ===
640640
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
@@ -634,7 +634,7 @@ exports.useSyncExternalStore = function (
634634
exports.useTransition = function () {
635635
return ReactSharedInternals.H.useTransition();
636636
};
637-
exports.version = "19.1.0-www-modern-e1d843f4-20241218";
637+
exports.version = "19.1.0-www-modern-faf6c4df-20241218";
638638
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
639639
"function" ===
640640
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
@@ -16870,10 +16870,10 @@ __DEV__ &&
1687016870
(function () {
1687116871
var internals = {
1687216872
bundleType: 1,
16873-
version: "19.1.0-www-classic-e1d843f4-20241218",
16873+
version: "19.1.0-www-classic-faf6c4df-20241218",
1687416874
rendererPackageName: "react-art",
1687516875
currentDispatcherRef: ReactSharedInternals,
16876-
reconcilerVersion: "19.1.0-www-classic-e1d843f4-20241218"
16876+
reconcilerVersion: "19.1.0-www-classic-faf6c4df-20241218"
1687716877
};
1687816878
internals.overrideHookState = overrideHookState;
1687916879
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -16907,7 +16907,7 @@ __DEV__ &&
1690716907
exports.Shape = Shape;
1690816908
exports.Surface = Surface;
1690916909
exports.Text = Text;
16910-
exports.version = "19.1.0-www-classic-e1d843f4-20241218";
16910+
exports.version = "19.1.0-www-classic-faf6c4df-20241218";
1691116911
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1691216912
"function" ===
1691316913
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
@@ -16633,10 +16633,10 @@ __DEV__ &&
1663316633
(function () {
1663416634
var internals = {
1663516635
bundleType: 1,
16636-
version: "19.1.0-www-modern-e1d843f4-20241218",
16636+
version: "19.1.0-www-modern-faf6c4df-20241218",
1663716637
rendererPackageName: "react-art",
1663816638
currentDispatcherRef: ReactSharedInternals,
16639-
reconcilerVersion: "19.1.0-www-modern-e1d843f4-20241218"
16639+
reconcilerVersion: "19.1.0-www-modern-faf6c4df-20241218"
1664016640
};
1664116641
internals.overrideHookState = overrideHookState;
1664216642
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -16670,7 +16670,7 @@ __DEV__ &&
1667016670
exports.Shape = Shape;
1667116671
exports.Surface = Surface;
1667216672
exports.Text = Text;
16673-
exports.version = "19.1.0-www-modern-e1d843f4-20241218";
16673+
exports.version = "19.1.0-www-modern-faf6c4df-20241218";
1667416674
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1667516675
"function" ===
1667616676
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)