chore: use versioned render in preprocessData test and gate some for … (#28219)

DiffTrain build for commit https://github.com/facebook/react/commit/8b5f0c43ad49943eba6e522a708cdbb47c5f9b26.
This commit is contained in:
hoxyq
2024-02-06 17:39:23 +00:00
parent 425dc7dc81
commit ee827ec182
7 changed files with 9 additions and 9 deletions
@@ -25725,7 +25725,7 @@ if (__DEV__) {
return root;
}
var ReactVersion = "18.3.0-canary-97fd3e706-20240206";
var ReactVersion = "18.3.0-canary-8b5f0c43a-20240206";
// Might add PROFILE later.
@@ -9157,7 +9157,7 @@ var devToolsConfig$jscomp$inline_1012 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-97fd3e706-20240206",
version: "18.3.0-canary-8b5f0c43a-20240206",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1190 = {
@@ -9188,7 +9188,7 @@ var internals$jscomp$inline_1190 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-97fd3e706-20240206"
reconcilerVersion: "18.3.0-canary-8b5f0c43a-20240206"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1191 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -9585,7 +9585,7 @@ var devToolsConfig$jscomp$inline_1054 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-97fd3e706-20240206",
version: "18.3.0-canary-8b5f0c43a-20240206",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1231 = {
@@ -9616,7 +9616,7 @@ var internals$jscomp$inline_1231 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-97fd3e706-20240206"
reconcilerVersion: "18.3.0-canary-8b5f0c43a-20240206"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1232 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -24,7 +24,7 @@ if (__DEV__) {
) {
__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
}
var ReactVersion = "18.3.0-canary-97fd3e706-20240206";
var ReactVersion = "18.3.0-canary-8b5f0c43a-20240206";
// ATTENTION
// When adding new symbols to this file,
@@ -543,4 +543,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-97fd3e706-20240206";
exports.version = "18.3.0-canary-8b5f0c43a-20240206";
@@ -539,7 +539,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-97fd3e706-20240206";
exports.version = "18.3.0-canary-8b5f0c43a-20240206";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -1 +1 @@
97fd3e7064b162f05b1bac3962ed10c6559c346c
8b5f0c43ad49943eba6e522a708cdbb47c5f9b26