Skip to content

Commit

Permalink
Use createRoot in ReactART-test (#28060)
Browse files Browse the repository at this point in the history
Stacked on #28059

---------

DiffTrain build for commit 6e03d0d.
  • Loading branch information
jackpope committed Jan 23, 2024
1 parent 977f157 commit 6b5448b
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25540,7 +25540,7 @@ if (__DEV__) {
return root;
}

var ReactVersion = "18.3.0-canary-9e13800e5-20240123";
var ReactVersion = "18.3.0-canary-6e03d0df8-20240123";

// Might add PROFILE later.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9122,7 +9122,7 @@ var devToolsConfig$jscomp$inline_1037 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-9e13800e5-20240123",
version: "18.3.0-canary-6e03d0df8-20240123",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1230 = {
Expand Down Expand Up @@ -9153,7 +9153,7 @@ var internals$jscomp$inline_1230 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-9e13800e5-20240123"
reconcilerVersion: "18.3.0-canary-6e03d0df8-20240123"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1231 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9550,7 +9550,7 @@ var devToolsConfig$jscomp$inline_1079 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-9e13800e5-20240123",
version: "18.3.0-canary-6e03d0df8-20240123",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1271 = {
Expand Down Expand Up @@ -9581,7 +9581,7 @@ var internals$jscomp$inline_1271 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-9e13800e5-20240123"
reconcilerVersion: "18.3.0-canary-6e03d0df8-20240123"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1272 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (__DEV__) {
) {
__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
}
var ReactVersion = "18.3.0-canary-9e13800e5-20240123";
var ReactVersion = "18.3.0-canary-6e03d0df8-20240123";

// ATTENTION
// When adding new symbols to this file,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -539,4 +539,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-9e13800e5-20240123";
exports.version = "18.3.0-canary-6e03d0df8-20240123";
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-9e13800e5-20240123";
exports.version = "18.3.0-canary-6e03d0df8-20240123";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9e13800e5731435a1e8ff4bd0266e7cd4adc8d4f
6e03d0df82020a77a8c6afff7ef31a4f6d31911e

0 comments on commit 6b5448b

Please sign in to comment.