Skip to content

Commit ae58cb1

Browse files
committed
[DevTools] Handle fallback unmount in Suspense update path (facebook#34199)
DiffTrain build for [8dba931](facebook@8dba931)
1 parent dada410 commit ae58cb1

24 files changed

+1339
-1015
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-02a88118-20250814
1+
19.2.0-native-fb-8dba9311-20250815

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<<297fbb9d54358fd3ad429dc9ec29bba9>>
10+
* @generated SignedSource<<8f585f8d0c4c2591b35cd5015653bb8f>>
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-02a88118-20250814";
407+
exports.version = "19.2.0-native-fb-8dba9311-20250815";
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<<99eab7691124e2a9e14c67ab6fe8e150>>
10+
* @generated SignedSource<<5118373f45f8737502c0e66710452671>>
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-02a88118-20250814";
206+
exports.version = "19.2.0-native-fb-8dba9311-20250815";

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<<99eab7691124e2a9e14c67ab6fe8e150>>
10+
* @generated SignedSource<<5118373f45f8737502c0e66710452671>>
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-02a88118-20250814";
206+
exports.version = "19.2.0-native-fb-8dba9311-20250815";

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

Lines changed: 280 additions & 226 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)