Convert ReactElement-test to createRoot (#27918)

Convert ReactElement-test to createRoot

DiffTrain build for commit https://github.com/facebook/react/commit/344a6675a9974d9e7b14542dd4e8bddb81a235e5.
This commit is contained in:
kassens
2024-01-10 15:21:14 +00:00
parent c6d8e5452b
commit 367597a2e2
7 changed files with 9 additions and 9 deletions
@@ -25524,7 +25524,7 @@ if (__DEV__) {
return root;
}
var ReactVersion = "18.3.0-canary-c81f4e02b-20240109";
var ReactVersion = "18.3.0-canary-344a6675a-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-c81f4e02b-20240109",
version: "18.3.0-canary-344a6675a-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-c81f4e02b-20240109"
reconcilerVersion: "18.3.0-canary-344a6675a-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-c81f4e02b-20240109",
version: "18.3.0-canary-344a6675a-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-c81f4e02b-20240109"
reconcilerVersion: "18.3.0-canary-344a6675a-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-c81f4e02b-20240109";
var ReactVersion = "18.3.0-canary-344a6675a-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-c81f4e02b-20240109";
exports.version = "18.3.0-canary-344a6675a-20240110";
@@ -576,7 +576,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-c81f4e02b-20240109";
exports.version = "18.3.0-canary-344a6675a-20240110";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -1 +1 @@
c81f4e02bab9d03e1583047d041fdb5e4eb19415
344a6675a9974d9e7b14542dd4e8bddb81a235e5