Skip to content

Commit 7d8105b

Browse files
committed
fix: define IS_ACT_ENVIRONMENT global for tests with concurrent mode and synchronous act (#28296)
DiffTrain build for commit 374fd68.
1 parent 0d9b939 commit 7d8105b

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25721,7 +25721,7 @@ if (__DEV__) {
2572125721
return root;
2572225722
}
2572325723

25724-
var ReactVersion = "18.3.0-canary-d27c1ac11-20240209";
25724+
var ReactVersion = "18.3.0-canary-374fd68a5-20240209";
2572525725

2572625726
// Might add PROFILE later.
2572725727

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-prod.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9173,7 +9173,7 @@ var devToolsConfig$jscomp$inline_1023 = {
91739173
throw Error("TestRenderer does not support findFiberByHostInstance()");
91749174
},
91759175
bundleType: 0,
9176-
version: "18.3.0-canary-d27c1ac11-20240209",
9176+
version: "18.3.0-canary-374fd68a5-20240209",
91779177
rendererPackageName: "react-test-renderer"
91789178
};
91799179
var internals$jscomp$inline_1204 = {
@@ -9204,7 +9204,7 @@ var internals$jscomp$inline_1204 = {
92049204
scheduleRoot: null,
92059205
setRefreshHandler: null,
92069206
getCurrentFiber: null,
9207-
reconcilerVersion: "18.3.0-canary-d27c1ac11-20240209"
9207+
reconcilerVersion: "18.3.0-canary-374fd68a5-20240209"
92089208
};
92099209
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
92109210
var hook$jscomp$inline_1205 = __REACT_DEVTOOLS_GLOBAL_HOOK__;

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-profiling.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9601,7 +9601,7 @@ var devToolsConfig$jscomp$inline_1065 = {
96019601
throw Error("TestRenderer does not support findFiberByHostInstance()");
96029602
},
96039603
bundleType: 0,
9604-
version: "18.3.0-canary-d27c1ac11-20240209",
9604+
version: "18.3.0-canary-374fd68a5-20240209",
96059605
rendererPackageName: "react-test-renderer"
96069606
};
96079607
var internals$jscomp$inline_1245 = {
@@ -9632,7 +9632,7 @@ var internals$jscomp$inline_1245 = {
96329632
scheduleRoot: null,
96339633
setRefreshHandler: null,
96349634
getCurrentFiber: null,
9635-
reconcilerVersion: "18.3.0-canary-d27c1ac11-20240209"
9635+
reconcilerVersion: "18.3.0-canary-374fd68a5-20240209"
96369636
};
96379637
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
96389638
var hook$jscomp$inline_1246 = __REACT_DEVTOOLS_GLOBAL_HOOK__;

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if (__DEV__) {
2424
) {
2525
__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
2626
}
27-
var ReactVersion = "18.3.0-canary-d27c1ac11-20240209";
27+
var ReactVersion = "18.3.0-canary-374fd68a5-20240209";
2828

2929
// ATTENTION
3030
// When adding new symbols to this file,

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-prod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,4 +551,4 @@ exports.useSyncExternalStore = function (
551551
exports.useTransition = function () {
552552
return ReactCurrentDispatcher.current.useTransition();
553553
};
554-
exports.version = "18.3.0-canary-d27c1ac11-20240209";
554+
exports.version = "18.3.0-canary-374fd68a5-20240209";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-profiling.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ exports.useSyncExternalStore = function (
547547
exports.useTransition = function () {
548548
return ReactCurrentDispatcher.current.useTransition();
549549
};
550-
exports.version = "18.3.0-canary-d27c1ac11-20240209";
550+
exports.version = "18.3.0-canary-374fd68a5-20240209";
551551
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
552552
"function" ===
553553
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d27c1ac1128327280607389c187e7db8dab06f84
1+
374fd68a50f00237555cdeb60ad01cba171328f9

0 commit comments

Comments
 (0)