Skip to content

Commit

Permalink
Convert ReactDOMEventPropagation to createRoot (#28177)
Browse files Browse the repository at this point in the history
DiffTrain build for commit f5a3158.
  • Loading branch information
eps1lon committed Feb 4, 2024
1 parent 5a401e5 commit 938ac4c
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Expand Up @@ -25622,7 +25622,7 @@ if (__DEV__) {
return root;
}

var ReactVersion = "18.3.0-canary-93a5f40cb-20240204";
var ReactVersion = "18.3.0-canary-f5a3158a7-20240204";

// Might add PROFILE later.

Expand Down
Expand Up @@ -9171,7 +9171,7 @@ var devToolsConfig$jscomp$inline_1012 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-93a5f40cb-20240204",
version: "18.3.0-canary-f5a3158a7-20240204",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1190 = {
Expand Down Expand Up @@ -9202,7 +9202,7 @@ var internals$jscomp$inline_1190 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-93a5f40cb-20240204"
reconcilerVersion: "18.3.0-canary-f5a3158a7-20240204"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1191 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Expand Up @@ -9599,7 +9599,7 @@ var devToolsConfig$jscomp$inline_1054 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-93a5f40cb-20240204",
version: "18.3.0-canary-f5a3158a7-20240204",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1231 = {
Expand Down Expand Up @@ -9630,7 +9630,7 @@ var internals$jscomp$inline_1231 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-93a5f40cb-20240204"
reconcilerVersion: "18.3.0-canary-f5a3158a7-20240204"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1232 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Expand Up @@ -24,7 +24,7 @@ if (__DEV__) {
) {
__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
}
var ReactVersion = "18.3.0-canary-93a5f40cb-20240204";
var ReactVersion = "18.3.0-canary-f5a3158a7-20240204";

// ATTENTION
// When adding new symbols to this file,
Expand Down
Expand Up @@ -545,4 +545,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-93a5f40cb-20240204";
exports.version = "18.3.0-canary-f5a3158a7-20240204";
Expand Up @@ -541,7 +541,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-93a5f40cb-20240204";
exports.version = "18.3.0-canary-f5a3158a7-20240204";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
@@ -1 +1 @@
93a5f40cbf05a6efb63a78748d238605dfe35e0c
f5a3158a784ad9677d071004b37b100f26c6c4e3

0 comments on commit 938ac4c

Please sign in to comment.