mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Convert DOMPropertyOperations-test to createRoot (#27911)
Convert DOMPropertyOperations-test to createRoot --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/27911). * #27914 * __->__ #27911 DiffTrain build for commit https://github.com/facebook/react/commit/ef2859d50bb6b4b31b304f4fe4bb43dc273a9b54.
This commit is contained in:
+1
-1
@@ -25524,7 +25524,7 @@ if (__DEV__) {
|
||||
return root;
|
||||
}
|
||||
|
||||
var ReactVersion = "18.3.0-canary-9c08b96a7-20240109";
|
||||
var ReactVersion = "18.3.0-canary-ef2859d50-20240109";
|
||||
|
||||
// Might add PROFILE later.
|
||||
|
||||
|
||||
+2
-2
@@ -9117,7 +9117,7 @@ var devToolsConfig$jscomp$inline_1037 = {
|
||||
throw Error("TestRenderer does not support findFiberByHostInstance()");
|
||||
},
|
||||
bundleType: 0,
|
||||
version: "18.3.0-canary-9c08b96a7-20240109",
|
||||
version: "18.3.0-canary-ef2859d50-20240109",
|
||||
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-9c08b96a7-20240109"
|
||||
reconcilerVersion: "18.3.0-canary-ef2859d50-20240109"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1231 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
|
||||
+2
-2
@@ -9545,7 +9545,7 @@ var devToolsConfig$jscomp$inline_1079 = {
|
||||
throw Error("TestRenderer does not support findFiberByHostInstance()");
|
||||
},
|
||||
bundleType: 0,
|
||||
version: "18.3.0-canary-9c08b96a7-20240109",
|
||||
version: "18.3.0-canary-ef2859d50-20240109",
|
||||
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-9c08b96a7-20240109"
|
||||
reconcilerVersion: "18.3.0-canary-ef2859d50-20240109"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1272 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@ if (__DEV__) {
|
||||
) {
|
||||
__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
|
||||
}
|
||||
var ReactVersion = "18.3.0-canary-9c08b96a7-20240109";
|
||||
var ReactVersion = "18.3.0-canary-ef2859d50-20240109";
|
||||
|
||||
// ATTENTION
|
||||
// When adding new symbols to this file,
|
||||
|
||||
+1
-1
@@ -580,4 +580,4 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactCurrentDispatcher.current.useTransition();
|
||||
};
|
||||
exports.version = "18.3.0-canary-9c08b96a7-20240109";
|
||||
exports.version = "18.3.0-canary-ef2859d50-20240109";
|
||||
|
||||
+1
-1
@@ -576,7 +576,7 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactCurrentDispatcher.current.useTransition();
|
||||
};
|
||||
exports.version = "18.3.0-canary-9c08b96a7-20240109";
|
||||
exports.version = "18.3.0-canary-ef2859d50-20240109";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
9c08b96a788196e6ed42c9e6c934b0296a8bcd99
|
||||
ef2859d50bb6b4b31b304f4fe4bb43dc273a9b54
|
||||
|
||||
Reference in New Issue
Block a user