Skip to content

Commit 49f0ca9

Browse files
committed
Convert ReactFreshIntegration-test to createRoot (#28073)
Convert ReactFreshIntegration-test to createRoot DiffTrain build for commit 7724754.
1 parent 81766df commit 49f0ca9

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25572,7 +25572,7 @@ if (__DEV__) {
2557225572
return root;
2557325573
}
2557425574

25575-
var ReactVersion = "18.3.0-canary-a7fa58d8b-20240125";
25575+
var ReactVersion = "18.3.0-canary-772475457-20240125";
2557625576

2557725577
// Might add PROFILE later.
2557825578

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -9131,7 +9131,7 @@ var devToolsConfig$jscomp$inline_1031 = {
91319131
throw Error("TestRenderer does not support findFiberByHostInstance()");
91329132
},
91339133
bundleType: 0,
9134-
version: "18.3.0-canary-a7fa58d8b-20240125",
9134+
version: "18.3.0-canary-772475457-20240125",
91359135
rendererPackageName: "react-test-renderer"
91369136
};
91379137
var internals$jscomp$inline_1207 = {
@@ -9162,7 +9162,7 @@ var internals$jscomp$inline_1207 = {
91629162
scheduleRoot: null,
91639163
setRefreshHandler: null,
91649164
getCurrentFiber: null,
9165-
reconcilerVersion: "18.3.0-canary-a7fa58d8b-20240125"
9165+
reconcilerVersion: "18.3.0-canary-772475457-20240125"
91669166
};
91679167
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
91689168
var hook$jscomp$inline_1208 = __REACT_DEVTOOLS_GLOBAL_HOOK__;

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -9559,7 +9559,7 @@ var devToolsConfig$jscomp$inline_1073 = {
95599559
throw Error("TestRenderer does not support findFiberByHostInstance()");
95609560
},
95619561
bundleType: 0,
9562-
version: "18.3.0-canary-a7fa58d8b-20240125",
9562+
version: "18.3.0-canary-772475457-20240125",
95639563
rendererPackageName: "react-test-renderer"
95649564
};
95659565
var internals$jscomp$inline_1248 = {
@@ -9590,7 +9590,7 @@ var internals$jscomp$inline_1248 = {
95909590
scheduleRoot: null,
95919591
setRefreshHandler: null,
95929592
getCurrentFiber: null,
9593-
reconcilerVersion: "18.3.0-canary-a7fa58d8b-20240125"
9593+
reconcilerVersion: "18.3.0-canary-772475457-20240125"
95949594
};
95959595
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
95969596
var hook$jscomp$inline_1249 = __REACT_DEVTOOLS_GLOBAL_HOOK__;

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

+1-1
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-a7fa58d8b-20240125";
27+
var ReactVersion = "18.3.0-canary-772475457-20240125";
2828

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -539,4 +539,4 @@ exports.useSyncExternalStore = function (
539539
exports.useTransition = function () {
540540
return ReactCurrentDispatcher.current.useTransition();
541541
};
542-
exports.version = "18.3.0-canary-a7fa58d8b-20240125";
542+
exports.version = "18.3.0-canary-772475457-20240125";

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ exports.useSyncExternalStore = function (
535535
exports.useTransition = function () {
536536
return ReactCurrentDispatcher.current.useTransition();
537537
};
538-
exports.version = "18.3.0-canary-a7fa58d8b-20240125";
538+
exports.version = "18.3.0-canary-772475457-20240125";
539539
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
540540
"function" ===
541541
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a7fa58d8b6e8306f9c4f4135e702f1bc7a099a49
1+
772475457354c7c417bee4caf15311d28c9b3a2c

0 commit comments

Comments
 (0)