Skip to content

Commit 8a5db5d

Browse files
committed
[DevTools] Handle reorders when resuspending while fallback contains Suspense (facebook#34225)
DiffTrain build for [ae5c2f8](facebook@ae5c2f8)
1 parent 71e7031 commit 8a5db5d

24 files changed

+87
-87
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-3e20dc8b-20250820
1+
19.2.0-native-fb-ae5c2f82-20250819

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<<53ce48d087700c0af3f31253e62cb37f>>
10+
* @generated SignedSource<<96fad65f42088893c34fb19f49d33af2>>
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-3e20dc8b-20250820";
407+
exports.version = "19.2.0-native-fb-ae5c2f82-20250819";
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<<f5870597590dcc4a74ef63a33d6b29eb>>
10+
* @generated SignedSource<<a00d07f0f17cc9cb4705e29e1b6342af>>
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-3e20dc8b-20250820";
206+
exports.version = "19.2.0-native-fb-ae5c2f82-20250819";

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<<f5870597590dcc4a74ef63a33d6b29eb>>
10+
* @generated SignedSource<<a00d07f0f17cc9cb4705e29e1b6342af>>
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-3e20dc8b-20250820";
206+
exports.version = "19.2.0-native-fb-ae5c2f82-20250819";

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<<defd46f241c51ea089348e6980f0734e>>
10+
* @generated SignedSource<<5523f88f6a8abe4cc750e3f2d5dd1e27>>
1111
*/
1212

1313
/*
@@ -29362,11 +29362,11 @@ __DEV__ &&
2936229362
};
2936329363
(function () {
2936429364
var isomorphicReactPackageVersion = React.version;
29365-
if ("19.2.0-native-fb-3e20dc8b-20250820" !== isomorphicReactPackageVersion)
29365+
if ("19.2.0-native-fb-ae5c2f82-20250819" !== isomorphicReactPackageVersion)
2936629366
throw Error(
2936729367
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2936829368
(isomorphicReactPackageVersion +
29369-
"\n - react-dom: 19.2.0-native-fb-3e20dc8b-20250820\nLearn more: https://react.dev/warnings/version-mismatch")
29369+
"\n - react-dom: 19.2.0-native-fb-ae5c2f82-20250819\nLearn more: https://react.dev/warnings/version-mismatch")
2937029370
);
2937129371
})();
2937229372
("function" === typeof Map &&
@@ -29403,10 +29403,10 @@ __DEV__ &&
2940329403
!(function () {
2940429404
var internals = {
2940529405
bundleType: 1,
29406-
version: "19.2.0-native-fb-3e20dc8b-20250820",
29406+
version: "19.2.0-native-fb-ae5c2f82-20250819",
2940729407
rendererPackageName: "react-dom",
2940829408
currentDispatcherRef: ReactSharedInternals,
29409-
reconcilerVersion: "19.2.0-native-fb-3e20dc8b-20250820"
29409+
reconcilerVersion: "19.2.0-native-fb-ae5c2f82-20250819"
2941029410
};
2941129411
internals.overrideHookState = overrideHookState;
2941229412
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -29545,5 +29545,5 @@ __DEV__ &&
2954529545
listenToAllSupportedEvents(container);
2954629546
return new ReactDOMHydrationRoot(initialChildren);
2954729547
};
29548-
exports.version = "19.2.0-native-fb-3e20dc8b-20250820";
29548+
exports.version = "19.2.0-native-fb-ae5c2f82-20250819";
2954929549
})();

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<<ea3e3fdd9dbc2a83070de07206c7839b>>
10+
* @generated SignedSource<<5b40a8f708d868db86c605f529ecab59>>
1111
*/
1212

1313
/*
@@ -17189,14 +17189,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1718917189
};
1719017190
var isomorphicReactPackageVersion$jscomp$inline_2023 = React.version;
1719117191
if (
17192-
"19.2.0-native-fb-3e20dc8b-20250820" !==
17192+
"19.2.0-native-fb-ae5c2f82-20250819" !==
1719317193
isomorphicReactPackageVersion$jscomp$inline_2023
1719417194
)
1719517195
throw Error(
1719617196
formatProdErrorMessage(
1719717197
527,
1719817198
isomorphicReactPackageVersion$jscomp$inline_2023,
17199-
"19.2.0-native-fb-3e20dc8b-20250820"
17199+
"19.2.0-native-fb-ae5c2f82-20250819"
1720017200
)
1720117201
);
1720217202
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -17218,10 +17218,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1721817218
};
1721917219
var internals$jscomp$inline_2554 = {
1722017220
bundleType: 0,
17221-
version: "19.2.0-native-fb-3e20dc8b-20250820",
17221+
version: "19.2.0-native-fb-ae5c2f82-20250819",
1722217222
rendererPackageName: "react-dom",
1722317223
currentDispatcherRef: ReactSharedInternals,
17224-
reconcilerVersion: "19.2.0-native-fb-3e20dc8b-20250820"
17224+
reconcilerVersion: "19.2.0-native-fb-ae5c2f82-20250819"
1722517225
};
1722617226
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1722717227
var hook$jscomp$inline_2555 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -17319,4 +17319,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1731917319
listenToAllSupportedEvents(container);
1732017320
return new ReactDOMHydrationRoot(initialChildren);
1732117321
};
17322-
exports.version = "19.2.0-native-fb-3e20dc8b-20250820";
17322+
exports.version = "19.2.0-native-fb-ae5c2f82-20250819";

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<<07a589313528ed05ccbe34e18416bac2>>
10+
* @generated SignedSource<<533a884a5bc8751e51e14101a0b596d5>>
1111
*/
1212

1313
/*
@@ -19199,14 +19199,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1919919199
};
1920019200
var isomorphicReactPackageVersion$jscomp$inline_2274 = React.version;
1920119201
if (
19202-
"19.2.0-native-fb-3e20dc8b-20250820" !==
19202+
"19.2.0-native-fb-ae5c2f82-20250819" !==
1920319203
isomorphicReactPackageVersion$jscomp$inline_2274
1920419204
)
1920519205
throw Error(
1920619206
formatProdErrorMessage(
1920719207
527,
1920819208
isomorphicReactPackageVersion$jscomp$inline_2274,
19209-
"19.2.0-native-fb-3e20dc8b-20250820"
19209+
"19.2.0-native-fb-ae5c2f82-20250819"
1921019210
)
1921119211
);
1921219212
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19228,10 +19228,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1922819228
};
1922919229
var internals$jscomp$inline_2281 = {
1923019230
bundleType: 0,
19231-
version: "19.2.0-native-fb-3e20dc8b-20250820",
19231+
version: "19.2.0-native-fb-ae5c2f82-20250819",
1923219232
rendererPackageName: "react-dom",
1923319233
currentDispatcherRef: ReactSharedInternals,
19234-
reconcilerVersion: "19.2.0-native-fb-3e20dc8b-20250820",
19234+
reconcilerVersion: "19.2.0-native-fb-ae5c2f82-20250819",
1923519235
getLaneLabelMap: function () {
1923619236
for (
1923719237
var map = new Map(), lane = 1, index$321 = 0;
@@ -19345,4 +19345,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1934519345
listenToAllSupportedEvents(container);
1934619346
return new ReactDOMHydrationRoot(initialChildren);
1934719347
};
19348-
exports.version = "19.2.0-native-fb-3e20dc8b-20250820";
19348+
exports.version = "19.2.0-native-fb-ae5c2f82-20250819";

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<<a427b64c6e1ea55a1632f48a2f314b43>>
10+
* @generated SignedSource<<84088451d2a644c76310044ad01b1202>>
1111
*/
1212

1313
/*
@@ -29418,11 +29418,11 @@ __DEV__ &&
2941829418
};
2941929419
(function () {
2942029420
var isomorphicReactPackageVersion = React.version;
29421-
if ("19.2.0-native-fb-3e20dc8b-20250820" !== isomorphicReactPackageVersion)
29421+
if ("19.2.0-native-fb-ae5c2f82-20250819" !== isomorphicReactPackageVersion)
2942229422
throw Error(
2942329423
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2942429424
(isomorphicReactPackageVersion +
29425-
"\n - react-dom: 19.2.0-native-fb-3e20dc8b-20250820\nLearn more: https://react.dev/warnings/version-mismatch")
29425+
"\n - react-dom: 19.2.0-native-fb-ae5c2f82-20250819\nLearn more: https://react.dev/warnings/version-mismatch")
2942629426
);
2942729427
})();
2942829428
("function" === typeof Map &&
@@ -29459,10 +29459,10 @@ __DEV__ &&
2945929459
!(function () {
2946029460
var internals = {
2946129461
bundleType: 1,
29462-
version: "19.2.0-native-fb-3e20dc8b-20250820",
29462+
version: "19.2.0-native-fb-ae5c2f82-20250819",
2946329463
rendererPackageName: "react-dom",
2946429464
currentDispatcherRef: ReactSharedInternals,
29465-
reconcilerVersion: "19.2.0-native-fb-3e20dc8b-20250820"
29465+
reconcilerVersion: "19.2.0-native-fb-ae5c2f82-20250819"
2946629466
};
2946729467
internals.overrideHookState = overrideHookState;
2946829468
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -29917,7 +29917,7 @@ __DEV__ &&
2991729917
exports.useFormStatus = function () {
2991829918
return resolveDispatcher().useHostTransitionStatus();
2991929919
};
29920-
exports.version = "19.2.0-native-fb-3e20dc8b-20250820";
29920+
exports.version = "19.2.0-native-fb-ae5c2f82-20250819";
2992129921
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2992229922
"function" ===
2992329923
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<<7675eeeb1f3c105d5d5fb463d2d53a5f>>
10+
* @generated SignedSource<<a3b279d2e6715371a856251d20e13cfa>>
1111
*/
1212

1313
/*
@@ -17200,14 +17200,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1720017200
};
1720117201
var isomorphicReactPackageVersion$jscomp$inline_2024 = React.version;
1720217202
if (
17203-
"19.2.0-native-fb-3e20dc8b-20250820" !==
17203+
"19.2.0-native-fb-ae5c2f82-20250819" !==
1720417204
isomorphicReactPackageVersion$jscomp$inline_2024
1720517205
)
1720617206
throw Error(
1720717207
formatProdErrorMessage(
1720817208
527,
1720917209
isomorphicReactPackageVersion$jscomp$inline_2024,
17210-
"19.2.0-native-fb-3e20dc8b-20250820"
17210+
"19.2.0-native-fb-ae5c2f82-20250819"
1721117211
)
1721217212
);
1721317213
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -17229,10 +17229,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1722917229
};
1723017230
var internals$jscomp$inline_2557 = {
1723117231
bundleType: 0,
17232-
version: "19.2.0-native-fb-3e20dc8b-20250820",
17232+
version: "19.2.0-native-fb-ae5c2f82-20250819",
1723317233
rendererPackageName: "react-dom",
1723417234
currentDispatcherRef: ReactSharedInternals,
17235-
reconcilerVersion: "19.2.0-native-fb-3e20dc8b-20250820"
17235+
reconcilerVersion: "19.2.0-native-fb-ae5c2f82-20250819"
1723617236
};
1723717237
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1723817238
var hook$jscomp$inline_2558 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -17483,4 +17483,4 @@ exports.useFormState = function (action, initialState, permalink) {
1748317483
exports.useFormStatus = function () {
1748417484
return ReactSharedInternals.H.useHostTransitionStatus();
1748517485
};
17486-
exports.version = "19.2.0-native-fb-3e20dc8b-20250820";
17486+
exports.version = "19.2.0-native-fb-ae5c2f82-20250819";

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<<cffda1f48789ead4fdc7ade6074fcb0a>>
10+
* @generated SignedSource<<e78c55e5dabf874ffdca5645a604907c>>
1111
*/
1212

1313
/*
@@ -19214,14 +19214,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1921419214
};
1921519215
var isomorphicReactPackageVersion$jscomp$inline_2275 = React.version;
1921619216
if (
19217-
"19.2.0-native-fb-3e20dc8b-20250820" !==
19217+
"19.2.0-native-fb-ae5c2f82-20250819" !==
1921819218
isomorphicReactPackageVersion$jscomp$inline_2275
1921919219
)
1922019220
throw Error(
1922119221
formatProdErrorMessage(
1922219222
527,
1922319223
isomorphicReactPackageVersion$jscomp$inline_2275,
19224-
"19.2.0-native-fb-3e20dc8b-20250820"
19224+
"19.2.0-native-fb-ae5c2f82-20250819"
1922519225
)
1922619226
);
1922719227
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19243,10 +19243,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1924319243
};
1924419244
var internals$jscomp$inline_2282 = {
1924519245
bundleType: 0,
19246-
version: "19.2.0-native-fb-3e20dc8b-20250820",
19246+
version: "19.2.0-native-fb-ae5c2f82-20250819",
1924719247
rendererPackageName: "react-dom",
1924819248
currentDispatcherRef: ReactSharedInternals,
19249-
reconcilerVersion: "19.2.0-native-fb-3e20dc8b-20250820",
19249+
reconcilerVersion: "19.2.0-native-fb-ae5c2f82-20250819",
1925019250
getLaneLabelMap: function () {
1925119251
for (
1925219252
var map = new Map(), lane = 1, index$321 = 0;
@@ -19513,7 +19513,7 @@ exports.useFormState = function (action, initialState, permalink) {
1951319513
exports.useFormStatus = function () {
1951419514
return ReactSharedInternals.H.useHostTransitionStatus();
1951519515
};
19516-
exports.version = "19.2.0-native-fb-3e20dc8b-20250820";
19516+
exports.version = "19.2.0-native-fb-ae5c2f82-20250819";
1951719517
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1951819518
"function" ===
1951919519
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)