Skip to content

Commit b76d3a0

Browse files
committed
Convert ChangeEventPlugin to createRoot (#28090)
DiffTrain build for commit 6c64428.
1 parent 43c2d95 commit b76d3a0

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-dev.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25612,7 +25612,7 @@ if (__DEV__) {
2561225612
return root;
2561325613
}
2561425614

25615-
var ReactVersion = "18.3.0-canary-36baa4356-20240126";
25615+
var ReactVersion = "18.3.0-canary-6c64428d9-20240126";
2561625616

2561725617
// Might add PROFILE later.
2561825618

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-prod.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -9152,7 +9152,7 @@ var devToolsConfig$jscomp$inline_1029 = {
91529152
throw Error("TestRenderer does not support findFiberByHostInstance()");
91539153
},
91549154
bundleType: 0,
9155-
version: "18.3.0-canary-36baa4356-20240126",
9155+
version: "18.3.0-canary-6c64428d9-20240126",
91569156
rendererPackageName: "react-test-renderer"
91579157
};
91589158
var internals$jscomp$inline_1205 = {
@@ -9183,7 +9183,7 @@ var internals$jscomp$inline_1205 = {
91839183
scheduleRoot: null,
91849184
setRefreshHandler: null,
91859185
getCurrentFiber: null,
9186-
reconcilerVersion: "18.3.0-canary-36baa4356-20240126"
9186+
reconcilerVersion: "18.3.0-canary-6c64428d9-20240126"
91879187
};
91889188
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
91899189
var hook$jscomp$inline_1206 = __REACT_DEVTOOLS_GLOBAL_HOOK__;

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-profiling.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -9580,7 +9580,7 @@ var devToolsConfig$jscomp$inline_1071 = {
95809580
throw Error("TestRenderer does not support findFiberByHostInstance()");
95819581
},
95829582
bundleType: 0,
9583-
version: "18.3.0-canary-36baa4356-20240126",
9583+
version: "18.3.0-canary-6c64428d9-20240126",
95849584
rendererPackageName: "react-test-renderer"
95859585
};
95869586
var internals$jscomp$inline_1246 = {
@@ -9611,7 +9611,7 @@ var internals$jscomp$inline_1246 = {
96119611
scheduleRoot: null,
96129612
setRefreshHandler: null,
96139613
getCurrentFiber: null,
9614-
reconcilerVersion: "18.3.0-canary-36baa4356-20240126"
9614+
reconcilerVersion: "18.3.0-canary-6c64428d9-20240126"
96159615
};
96169616
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
96179617
var hook$jscomp$inline_1247 = __REACT_DEVTOOLS_GLOBAL_HOOK__;

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-dev.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if (__DEV__) {
2424
) {
2525
__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
2626
}
27-
var ReactVersion = "18.3.0-canary-36baa4356-20240126";
27+
var ReactVersion = "18.3.0-canary-6c64428d9-20240126";
2828

2929
// ATTENTION
3030
// When adding new symbols to this file,

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-prod.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -544,4 +544,4 @@ exports.useSyncExternalStore = function (
544544
exports.useTransition = function () {
545545
return ReactCurrentDispatcher.current.useTransition();
546546
};
547-
exports.version = "18.3.0-canary-36baa4356-20240126";
547+
exports.version = "18.3.0-canary-6c64428d9-20240126";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-profiling.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ exports.useSyncExternalStore = function (
540540
exports.useTransition = function () {
541541
return ReactCurrentDispatcher.current.useTransition();
542542
};
543-
exports.version = "18.3.0-canary-36baa4356-20240126";
543+
exports.version = "18.3.0-canary-6c64428d9-20240126";
544544
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
545545
"function" ===
546546
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
36baa43560f839f0add7e0ec8125580e3b85235c
1+
6c64428d904f8339cddaa0f4850cba89acabe0bb

0 commit comments

Comments
 (0)