Convert ReactMountDestruction (partially) to createRoot (#28004)

DiffTrain build for commit https://github.com/facebook/react/commit/bf32989264ff2faa9a009550401f573f29db4df2.
This commit is contained in:
eps1lon
2024-01-23 09:35:12 +00:00
parent e9d4424784
commit fdb6643ef4
7 changed files with 9 additions and 9 deletions
@@ -25540,7 +25540,7 @@ if (__DEV__) {
return root;
}
var ReactVersion = "18.3.0-canary-2f803b47c-20240122";
var ReactVersion = "18.3.0-canary-bf3298926-20240123";
// Might add PROFILE later.
@@ -9122,7 +9122,7 @@ var devToolsConfig$jscomp$inline_1037 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-2f803b47c-20240122",
version: "18.3.0-canary-bf3298926-20240123",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1230 = {
@@ -9153,7 +9153,7 @@ var internals$jscomp$inline_1230 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-2f803b47c-20240122"
reconcilerVersion: "18.3.0-canary-bf3298926-20240123"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1231 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -9550,7 +9550,7 @@ var devToolsConfig$jscomp$inline_1079 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-2f803b47c-20240122",
version: "18.3.0-canary-bf3298926-20240123",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1271 = {
@@ -9581,7 +9581,7 @@ var internals$jscomp$inline_1271 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-2f803b47c-20240122"
reconcilerVersion: "18.3.0-canary-bf3298926-20240123"
};
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-2f803b47c-20240122";
var ReactVersion = "18.3.0-canary-bf3298926-20240123";
// ATTENTION
// When adding new symbols to this file,
@@ -539,4 +539,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-2f803b47c-20240122";
exports.version = "18.3.0-canary-bf3298926-20240123";
@@ -535,7 +535,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-2f803b47c-20240122";
exports.version = "18.3.0-canary-bf3298926-20240123";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -1 +1 @@
2f803b47c7d225c9199275b7ddd255a23f60d929
bf32989264ff2faa9a009550401f573f29db4df2