Remove unused ReactTestUtils from ReactDOMServerIntegration tests (#28379)

DiffTrain build for commit https://github.com/facebook/react/commit/cefc1c66c179e5cca255f1ff53610a0ed9f8e710.
This commit is contained in:
eps1lon
2024-02-20 21:54:09 +00:00
parent 793f6c0667
commit 7fce24f8a4
7 changed files with 9 additions and 9 deletions
@@ -25696,7 +25696,7 @@ if (__DEV__) {
return root;
}
var ReactVersion = "18.3.0-canary-51c914607-20240220";
var ReactVersion = "18.3.0-canary-cefc1c66c-20240220";
// Might add PROFILE later.
@@ -9176,7 +9176,7 @@ var devToolsConfig$jscomp$inline_1014 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-51c914607-20240220",
version: "18.3.0-canary-cefc1c66c-20240220",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1195 = {
@@ -9207,7 +9207,7 @@ var internals$jscomp$inline_1195 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-51c914607-20240220"
reconcilerVersion: "18.3.0-canary-cefc1c66c-20240220"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1196 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -9604,7 +9604,7 @@ var devToolsConfig$jscomp$inline_1056 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-51c914607-20240220",
version: "18.3.0-canary-cefc1c66c-20240220",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1236 = {
@@ -9635,7 +9635,7 @@ var internals$jscomp$inline_1236 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-51c914607-20240220"
reconcilerVersion: "18.3.0-canary-cefc1c66c-20240220"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1237 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -24,7 +24,7 @@ if (__DEV__) {
) {
__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
}
var ReactVersion = "18.3.0-canary-51c914607-20240220";
var ReactVersion = "18.3.0-canary-cefc1c66c-20240220";
// ATTENTION
// When adding new symbols to this file,
@@ -600,4 +600,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-51c914607-20240220";
exports.version = "18.3.0-canary-cefc1c66c-20240220";
@@ -596,7 +596,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-51c914607-20240220";
exports.version = "18.3.0-canary-cefc1c66c-20240220";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -1 +1 @@
51c9146072395b13ab56834393a1c30f3ddedec8
cefc1c66c179e5cca255f1ff53610a0ed9f8e710