Skip to content

Commit 111bec6

Browse files
committed
[DevTools] Fix inspected element scroll in Suspense tab (facebook#34355)
DiffTrain build for [b1b0955](facebook@b1b0955)
1 parent b479198 commit 111bec6

26 files changed

+133
-100
lines changed

compiled-rn/VERSION_NATIVE_FB

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19.2.0-native-fb-aad7c664-20250829
1+
19.2.0-native-fb-b1b0955f-20250901

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<e9846bd7c91a52ad6861591f77622a57>>
10+
* @generated SignedSource<<5833e2a47d9a60d07108a53cea2576ce>>
1111
*/
1212

1313
"use strict";
@@ -404,5 +404,5 @@ __DEV__ &&
404404
exports.useFormStatus = function () {
405405
return resolveDispatcher().useHostTransitionStatus();
406406
};
407-
exports.version = "19.2.0-native-fb-aad7c664-20250829";
407+
exports.version = "19.2.0-native-fb-b1b0955f-20250901";
408408
})();

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<00d6b10d864f446a3f1de9a9840466ce>>
10+
* @generated SignedSource<<c644e1c1e9677e6921f3dd8c11c7e3f8>>
1111
*/
1212

1313
"use strict";
@@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) {
203203
exports.useFormStatus = function () {
204204
return ReactSharedInternals.H.useHostTransitionStatus();
205205
};
206-
exports.version = "19.2.0-native-fb-aad7c664-20250829";
206+
exports.version = "19.2.0-native-fb-b1b0955f-20250901";

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<00d6b10d864f446a3f1de9a9840466ce>>
10+
* @generated SignedSource<<c644e1c1e9677e6921f3dd8c11c7e3f8>>
1111
*/
1212

1313
"use strict";
@@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) {
203203
exports.useFormStatus = function () {
204204
return ReactSharedInternals.H.useHostTransitionStatus();
205205
};
206-
exports.version = "19.2.0-native-fb-aad7c664-20250829";
206+
exports.version = "19.2.0-native-fb-b1b0955f-20250901";

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<05b1d0bdeadfd9ecad217430fac6cdff>>
10+
* @generated SignedSource<<593b03e4857aa12a6ca37c3f9398b01f>>
1111
*/
1212

1313
/*
@@ -29448,11 +29448,11 @@ __DEV__ &&
2944829448
};
2944929449
(function () {
2945029450
var isomorphicReactPackageVersion = React.version;
29451-
if ("19.2.0-native-fb-aad7c664-20250829" !== isomorphicReactPackageVersion)
29451+
if ("19.2.0-native-fb-b1b0955f-20250901" !== isomorphicReactPackageVersion)
2945229452
throw Error(
2945329453
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2945429454
(isomorphicReactPackageVersion +
29455-
"\n - react-dom: 19.2.0-native-fb-aad7c664-20250829\nLearn more: https://react.dev/warnings/version-mismatch")
29455+
"\n - react-dom: 19.2.0-native-fb-b1b0955f-20250901\nLearn more: https://react.dev/warnings/version-mismatch")
2945629456
);
2945729457
})();
2945829458
("function" === typeof Map &&
@@ -29489,10 +29489,10 @@ __DEV__ &&
2948929489
!(function () {
2949029490
var internals = {
2949129491
bundleType: 1,
29492-
version: "19.2.0-native-fb-aad7c664-20250829",
29492+
version: "19.2.0-native-fb-b1b0955f-20250901",
2949329493
rendererPackageName: "react-dom",
2949429494
currentDispatcherRef: ReactSharedInternals,
29495-
reconcilerVersion: "19.2.0-native-fb-aad7c664-20250829"
29495+
reconcilerVersion: "19.2.0-native-fb-b1b0955f-20250901"
2949629496
};
2949729497
internals.overrideHookState = overrideHookState;
2949829498
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -29631,5 +29631,5 @@ __DEV__ &&
2963129631
listenToAllSupportedEvents(container);
2963229632
return new ReactDOMHydrationRoot(initialChildren);
2963329633
};
29634-
exports.version = "19.2.0-native-fb-aad7c664-20250829";
29634+
exports.version = "19.2.0-native-fb-b1b0955f-20250901";
2963529635
})();

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<e2450c8ac7394d170b29deeb5fd02a75>>
10+
* @generated SignedSource<<9155e879e31f730e7f35799bc09f15d4>>
1111
*/
1212

1313
/*
@@ -17258,14 +17258,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1725817258
};
1725917259
var isomorphicReactPackageVersion$jscomp$inline_2034 = React.version;
1726017260
if (
17261-
"19.2.0-native-fb-aad7c664-20250829" !==
17261+
"19.2.0-native-fb-b1b0955f-20250901" !==
1726217262
isomorphicReactPackageVersion$jscomp$inline_2034
1726317263
)
1726417264
throw Error(
1726517265
formatProdErrorMessage(
1726617266
527,
1726717267
isomorphicReactPackageVersion$jscomp$inline_2034,
17268-
"19.2.0-native-fb-aad7c664-20250829"
17268+
"19.2.0-native-fb-b1b0955f-20250901"
1726917269
)
1727017270
);
1727117271
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -17287,10 +17287,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1728717287
};
1728817288
var internals$jscomp$inline_2565 = {
1728917289
bundleType: 0,
17290-
version: "19.2.0-native-fb-aad7c664-20250829",
17290+
version: "19.2.0-native-fb-b1b0955f-20250901",
1729117291
rendererPackageName: "react-dom",
1729217292
currentDispatcherRef: ReactSharedInternals,
17293-
reconcilerVersion: "19.2.0-native-fb-aad7c664-20250829"
17293+
reconcilerVersion: "19.2.0-native-fb-b1b0955f-20250901"
1729417294
};
1729517295
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1729617296
var hook$jscomp$inline_2566 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -17388,4 +17388,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1738817388
listenToAllSupportedEvents(container);
1738917389
return new ReactDOMHydrationRoot(initialChildren);
1739017390
};
17391-
exports.version = "19.2.0-native-fb-aad7c664-20250829";
17391+
exports.version = "19.2.0-native-fb-b1b0955f-20250901";

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<dd77c1440336bb5912ef0d4e1300882a>>
10+
* @generated SignedSource<<b54274b58c1014a1f94bab427791d165>>
1111
*/
1212

1313
/*
@@ -19268,14 +19268,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1926819268
};
1926919269
var isomorphicReactPackageVersion$jscomp$inline_2285 = React.version;
1927019270
if (
19271-
"19.2.0-native-fb-aad7c664-20250829" !==
19271+
"19.2.0-native-fb-b1b0955f-20250901" !==
1927219272
isomorphicReactPackageVersion$jscomp$inline_2285
1927319273
)
1927419274
throw Error(
1927519275
formatProdErrorMessage(
1927619276
527,
1927719277
isomorphicReactPackageVersion$jscomp$inline_2285,
19278-
"19.2.0-native-fb-aad7c664-20250829"
19278+
"19.2.0-native-fb-b1b0955f-20250901"
1927919279
)
1928019280
);
1928119281
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19297,10 +19297,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1929719297
};
1929819298
var internals$jscomp$inline_2292 = {
1929919299
bundleType: 0,
19300-
version: "19.2.0-native-fb-aad7c664-20250829",
19300+
version: "19.2.0-native-fb-b1b0955f-20250901",
1930119301
rendererPackageName: "react-dom",
1930219302
currentDispatcherRef: ReactSharedInternals,
19303-
reconcilerVersion: "19.2.0-native-fb-aad7c664-20250829",
19303+
reconcilerVersion: "19.2.0-native-fb-b1b0955f-20250901",
1930419304
getLaneLabelMap: function () {
1930519305
for (
1930619306
var map = new Map(), lane = 1, index$321 = 0;
@@ -19414,4 +19414,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1941419414
listenToAllSupportedEvents(container);
1941519415
return new ReactDOMHydrationRoot(initialChildren);
1941619416
};
19417-
exports.version = "19.2.0-native-fb-aad7c664-20250829";
19417+
exports.version = "19.2.0-native-fb-b1b0955f-20250901";

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<46e9b592658a4b35d6c9e769ddd7488a>>
10+
* @generated SignedSource<<0f1429e926c5e0ae49e010a9eb8385fb>>
1111
*/
1212

1313
/*
@@ -29504,11 +29504,11 @@ __DEV__ &&
2950429504
};
2950529505
(function () {
2950629506
var isomorphicReactPackageVersion = React.version;
29507-
if ("19.2.0-native-fb-aad7c664-20250829" !== isomorphicReactPackageVersion)
29507+
if ("19.2.0-native-fb-b1b0955f-20250901" !== isomorphicReactPackageVersion)
2950829508
throw Error(
2950929509
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2951029510
(isomorphicReactPackageVersion +
29511-
"\n - react-dom: 19.2.0-native-fb-aad7c664-20250829\nLearn more: https://react.dev/warnings/version-mismatch")
29511+
"\n - react-dom: 19.2.0-native-fb-b1b0955f-20250901\nLearn more: https://react.dev/warnings/version-mismatch")
2951229512
);
2951329513
})();
2951429514
("function" === typeof Map &&
@@ -29545,10 +29545,10 @@ __DEV__ &&
2954529545
!(function () {
2954629546
var internals = {
2954729547
bundleType: 1,
29548-
version: "19.2.0-native-fb-aad7c664-20250829",
29548+
version: "19.2.0-native-fb-b1b0955f-20250901",
2954929549
rendererPackageName: "react-dom",
2955029550
currentDispatcherRef: ReactSharedInternals,
29551-
reconcilerVersion: "19.2.0-native-fb-aad7c664-20250829"
29551+
reconcilerVersion: "19.2.0-native-fb-b1b0955f-20250901"
2955229552
};
2955329553
internals.overrideHookState = overrideHookState;
2955429554
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -30003,7 +30003,7 @@ __DEV__ &&
3000330003
exports.useFormStatus = function () {
3000430004
return resolveDispatcher().useHostTransitionStatus();
3000530005
};
30006-
exports.version = "19.2.0-native-fb-aad7c664-20250829";
30006+
exports.version = "19.2.0-native-fb-b1b0955f-20250901";
3000730007
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
3000830008
"function" ===
3000930009
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<c48776d51b4aabe30a97d9f120ef2dc1>>
10+
* @generated SignedSource<<9e00c3067130793a2507552e7b950ad7>>
1111
*/
1212

1313
/*
@@ -17269,14 +17269,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1726917269
};
1727017270
var isomorphicReactPackageVersion$jscomp$inline_2035 = React.version;
1727117271
if (
17272-
"19.2.0-native-fb-aad7c664-20250829" !==
17272+
"19.2.0-native-fb-b1b0955f-20250901" !==
1727317273
isomorphicReactPackageVersion$jscomp$inline_2035
1727417274
)
1727517275
throw Error(
1727617276
formatProdErrorMessage(
1727717277
527,
1727817278
isomorphicReactPackageVersion$jscomp$inline_2035,
17279-
"19.2.0-native-fb-aad7c664-20250829"
17279+
"19.2.0-native-fb-b1b0955f-20250901"
1728017280
)
1728117281
);
1728217282
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -17298,10 +17298,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1729817298
};
1729917299
var internals$jscomp$inline_2568 = {
1730017300
bundleType: 0,
17301-
version: "19.2.0-native-fb-aad7c664-20250829",
17301+
version: "19.2.0-native-fb-b1b0955f-20250901",
1730217302
rendererPackageName: "react-dom",
1730317303
currentDispatcherRef: ReactSharedInternals,
17304-
reconcilerVersion: "19.2.0-native-fb-aad7c664-20250829"
17304+
reconcilerVersion: "19.2.0-native-fb-b1b0955f-20250901"
1730517305
};
1730617306
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1730717307
var hook$jscomp$inline_2569 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -17552,4 +17552,4 @@ exports.useFormState = function (action, initialState, permalink) {
1755217552
exports.useFormStatus = function () {
1755317553
return ReactSharedInternals.H.useHostTransitionStatus();
1755417554
};
17555-
exports.version = "19.2.0-native-fb-aad7c664-20250829";
17555+
exports.version = "19.2.0-native-fb-b1b0955f-20250901";

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<660e57ef882eb0973075a5cc514ac1d0>>
10+
* @generated SignedSource<<4f8006af1bbc102ce86e7229cb7223f6>>
1111
*/
1212

1313
/*
@@ -19283,14 +19283,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1928319283
};
1928419284
var isomorphicReactPackageVersion$jscomp$inline_2286 = React.version;
1928519285
if (
19286-
"19.2.0-native-fb-aad7c664-20250829" !==
19286+
"19.2.0-native-fb-b1b0955f-20250901" !==
1928719287
isomorphicReactPackageVersion$jscomp$inline_2286
1928819288
)
1928919289
throw Error(
1929019290
formatProdErrorMessage(
1929119291
527,
1929219292
isomorphicReactPackageVersion$jscomp$inline_2286,
19293-
"19.2.0-native-fb-aad7c664-20250829"
19293+
"19.2.0-native-fb-b1b0955f-20250901"
1929419294
)
1929519295
);
1929619296
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19312,10 +19312,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1931219312
};
1931319313
var internals$jscomp$inline_2293 = {
1931419314
bundleType: 0,
19315-
version: "19.2.0-native-fb-aad7c664-20250829",
19315+
version: "19.2.0-native-fb-b1b0955f-20250901",
1931619316
rendererPackageName: "react-dom",
1931719317
currentDispatcherRef: ReactSharedInternals,
19318-
reconcilerVersion: "19.2.0-native-fb-aad7c664-20250829",
19318+
reconcilerVersion: "19.2.0-native-fb-b1b0955f-20250901",
1931919319
getLaneLabelMap: function () {
1932019320
for (
1932119321
var map = new Map(), lane = 1, index$321 = 0;
@@ -19582,7 +19582,7 @@ exports.useFormState = function (action, initialState, permalink) {
1958219582
exports.useFormStatus = function () {
1958319583
return ReactSharedInternals.H.useHostTransitionStatus();
1958419584
};
19585-
exports.version = "19.2.0-native-fb-aad7c664-20250829";
19585+
exports.version = "19.2.0-native-fb-b1b0955f-20250901";
1958619586
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1958719587
"function" ===
1958819588
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)