Skip to content

Commit 272139f

Browse files
committed
Convert useFocusWithin to createRoot (#28128)
DiffTrain build for commit 971b62f.
1 parent 0523b87 commit 272139f

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
@@ -25607,7 +25607,7 @@ if (__DEV__) {
2560725607
return root;
2560825608
}
2560925609

25610-
var ReactVersion = "18.3.0-canary-cdfaae73c-20240129";
25610+
var ReactVersion = "18.3.0-canary-971b62f47-20240129";
2561125611

2561225612
// Might add PROFILE later.
2561325613

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
@@ -9149,7 +9149,7 @@ var devToolsConfig$jscomp$inline_1029 = {
91499149
throw Error("TestRenderer does not support findFiberByHostInstance()");
91509150
},
91519151
bundleType: 0,
9152-
version: "18.3.0-canary-cdfaae73c-20240129",
9152+
version: "18.3.0-canary-971b62f47-20240129",
91539153
rendererPackageName: "react-test-renderer"
91549154
};
91559155
var internals$jscomp$inline_1205 = {
@@ -9180,7 +9180,7 @@ var internals$jscomp$inline_1205 = {
91809180
scheduleRoot: null,
91819181
setRefreshHandler: null,
91829182
getCurrentFiber: null,
9183-
reconcilerVersion: "18.3.0-canary-cdfaae73c-20240129"
9183+
reconcilerVersion: "18.3.0-canary-971b62f47-20240129"
91849184
};
91859185
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
91869186
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
@@ -9577,7 +9577,7 @@ var devToolsConfig$jscomp$inline_1071 = {
95779577
throw Error("TestRenderer does not support findFiberByHostInstance()");
95789578
},
95799579
bundleType: 0,
9580-
version: "18.3.0-canary-cdfaae73c-20240129",
9580+
version: "18.3.0-canary-971b62f47-20240129",
95819581
rendererPackageName: "react-test-renderer"
95829582
};
95839583
var internals$jscomp$inline_1246 = {
@@ -9608,7 +9608,7 @@ var internals$jscomp$inline_1246 = {
96089608
scheduleRoot: null,
96099609
setRefreshHandler: null,
96109610
getCurrentFiber: null,
9611-
reconcilerVersion: "18.3.0-canary-cdfaae73c-20240129"
9611+
reconcilerVersion: "18.3.0-canary-971b62f47-20240129"
96129612
};
96139613
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
96149614
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-cdfaae73c-20240129";
27+
var ReactVersion = "18.3.0-canary-971b62f47-20240129";
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
@@ -545,4 +545,4 @@ exports.useSyncExternalStore = function (
545545
exports.useTransition = function () {
546546
return ReactCurrentDispatcher.current.useTransition();
547547
};
548-
exports.version = "18.3.0-canary-cdfaae73c-20240129";
548+
exports.version = "18.3.0-canary-971b62f47-20240129";

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ exports.useSyncExternalStore = function (
541541
exports.useTransition = function () {
542542
return ReactCurrentDispatcher.current.useTransition();
543543
};
544-
exports.version = "18.3.0-canary-cdfaae73c-20240129";
544+
exports.version = "18.3.0-canary-971b62f47-20240129";
545545
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
546546
"function" ===
547547
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cdfaae73c4768ddcce724872b1aa45130b39c85f
1+
971b62f479a5dbd84688ba2b2c507de2a1d22dcc

0 commit comments

Comments
 (0)