Skip to content

Commit 9b5b42f

Browse files
committed
[compiler] _exp version of ValidateNoDerivedComputationsInEffects take precedence over stable version when enabled (facebook#35099)
Summary: We should only run one version of the validation. I think it makes sense that if the exp version is enable it takes precedence over the stable one --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/35099). * __->__ facebook#35099 * facebook#35100 DiffTrain build for [5e94655](facebook@5e94655)
1 parent d3a2af5 commit 9b5b42f

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-
1ea46df8ba9d7d90a13c8668c2642cb21a259aa5
1+
5e94655cbbeae6f4b1806fdbfbb9902b136fa574
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1ea46df8ba9d7d90a13c8668c2642cb21a259aa5
1+
5e94655cbbeae6f4b1806fdbfbb9902b136fa574

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@ __DEV__ &&
14991499
exports.useTransition = function () {
15001500
return resolveDispatcher().useTransition();
15011501
};
1502-
exports.version = "19.3.0-www-classic-1ea46df8-20251111";
1502+
exports.version = "19.3.0-www-classic-5e94655c-20251111";
15031503
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15041504
"function" ===
15051505
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
@@ -1499,7 +1499,7 @@ __DEV__ &&
14991499
exports.useTransition = function () {
15001500
return resolveDispatcher().useTransition();
15011501
};
1502-
exports.version = "19.3.0-www-modern-1ea46df8-20251111";
1502+
exports.version = "19.3.0-www-modern-5e94655c-20251111";
15031503
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15041504
"function" ===
15051505
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
@@ -606,4 +606,4 @@ exports.useSyncExternalStore = function (
606606
exports.useTransition = function () {
607607
return ReactSharedInternals.H.useTransition();
608608
};
609-
exports.version = "19.3.0-www-classic-1ea46df8-20251111";
609+
exports.version = "19.3.0-www-classic-5e94655c-20251111";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,4 +606,4 @@ exports.useSyncExternalStore = function (
606606
exports.useTransition = function () {
607607
return ReactSharedInternals.H.useTransition();
608608
};
609-
exports.version = "19.3.0-www-modern-1ea46df8-20251111";
609+
exports.version = "19.3.0-www-modern-5e94655c-20251111";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ exports.useSyncExternalStore = function (
610610
exports.useTransition = function () {
611611
return ReactSharedInternals.H.useTransition();
612612
};
613-
exports.version = "19.3.0-www-classic-1ea46df8-20251111";
613+
exports.version = "19.3.0-www-classic-5e94655c-20251111";
614614
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
615615
"function" ===
616616
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
@@ -610,7 +610,7 @@ exports.useSyncExternalStore = function (
610610
exports.useTransition = function () {
611611
return ReactSharedInternals.H.useTransition();
612612
};
613-
exports.version = "19.3.0-www-modern-1ea46df8-20251111";
613+
exports.version = "19.3.0-www-modern-5e94655c-20251111";
614614
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
615615
"function" ===
616616
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
@@ -20466,10 +20466,10 @@ __DEV__ &&
2046620466
(function () {
2046720467
var internals = {
2046820468
bundleType: 1,
20469-
version: "19.3.0-www-classic-1ea46df8-20251111",
20469+
version: "19.3.0-www-classic-5e94655c-20251111",
2047020470
rendererPackageName: "react-art",
2047120471
currentDispatcherRef: ReactSharedInternals,
20472-
reconcilerVersion: "19.3.0-www-classic-1ea46df8-20251111"
20472+
reconcilerVersion: "19.3.0-www-classic-5e94655c-20251111"
2047320473
};
2047420474
internals.overrideHookState = overrideHookState;
2047520475
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -20504,7 +20504,7 @@ __DEV__ &&
2050420504
exports.Shape = Shape;
2050520505
exports.Surface = Surface;
2050620506
exports.Text = Text;
20507-
exports.version = "19.3.0-www-classic-1ea46df8-20251111";
20507+
exports.version = "19.3.0-www-classic-5e94655c-20251111";
2050820508
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2050920509
"function" ===
2051020510
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
@@ -20237,10 +20237,10 @@ __DEV__ &&
2023720237
(function () {
2023820238
var internals = {
2023920239
bundleType: 1,
20240-
version: "19.3.0-www-modern-1ea46df8-20251111",
20240+
version: "19.3.0-www-modern-5e94655c-20251111",
2024120241
rendererPackageName: "react-art",
2024220242
currentDispatcherRef: ReactSharedInternals,
20243-
reconcilerVersion: "19.3.0-www-modern-1ea46df8-20251111"
20243+
reconcilerVersion: "19.3.0-www-modern-5e94655c-20251111"
2024420244
};
2024520245
internals.overrideHookState = overrideHookState;
2024620246
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -20275,7 +20275,7 @@ __DEV__ &&
2027520275
exports.Shape = Shape;
2027620276
exports.Surface = Surface;
2027720277
exports.Text = Text;
20278-
exports.version = "19.3.0-www-modern-1ea46df8-20251111";
20278+
exports.version = "19.3.0-www-modern-5e94655c-20251111";
2027920279
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2028020280
"function" ===
2028120281
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)