Convert ReactPureComponent-test to createRoot (#27917)

Convert ReactPureComponent-test to createRoot

DiffTrain build for commit https://github.com/facebook/react/commit/08cd087cada28bf05165b87b6e31a97c6ac598b4.
This commit is contained in:
kassens
2024-01-10 15:23:18 +00:00
parent 5d47dbc459
commit 9a55663aa3
7 changed files with 9 additions and 9 deletions
@@ -25524,7 +25524,7 @@ if (__DEV__) {
return root;
}
var ReactVersion = "18.3.0-canary-2594caa09-20240110";
var ReactVersion = "18.3.0-canary-08cd087ca-20240110";
// Might add PROFILE later.
@@ -9117,7 +9117,7 @@ var devToolsConfig$jscomp$inline_1037 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-2594caa09-20240110",
version: "18.3.0-canary-08cd087ca-20240110",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1230 = {
@@ -9148,7 +9148,7 @@ var internals$jscomp$inline_1230 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-2594caa09-20240110"
reconcilerVersion: "18.3.0-canary-08cd087ca-20240110"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1231 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -9545,7 +9545,7 @@ var devToolsConfig$jscomp$inline_1079 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-2594caa09-20240110",
version: "18.3.0-canary-08cd087ca-20240110",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1271 = {
@@ -9576,7 +9576,7 @@ var internals$jscomp$inline_1271 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-2594caa09-20240110"
reconcilerVersion: "18.3.0-canary-08cd087ca-20240110"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1272 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -24,7 +24,7 @@ if (__DEV__) {
) {
__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
}
var ReactVersion = "18.3.0-canary-2594caa09-20240110";
var ReactVersion = "18.3.0-canary-08cd087ca-20240110";
// ATTENTION
// When adding new symbols to this file,
@@ -580,4 +580,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-2594caa09-20240110";
exports.version = "18.3.0-canary-08cd087ca-20240110";
@@ -576,7 +576,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-2594caa09-20240110";
exports.version = "18.3.0-canary-08cd087ca-20240110";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -1 +1 @@
2594caa09e0aca49493cd62659c1e3d1d3488a7e
08cd087cada28bf05165b87b6e31a97c6ac598b4