Skip to content

Commit 7e80393

Browse files
author
22388o
committed
[Flight] Reject any new Chunks not yet discovered at the time of reportGlobalError (facebook#31851)
Same as facebook#31840 but for the Flight Client. DiffTrain build for [a9bbe34](facebook@a9bbe34)
1 parent c8a65de commit 7e80393

28 files changed

+43384
-43456
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.1.0-native-fb-d4287258-20241217
1+
19.1.0-native-fb-a9bbe346-20241219

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

1313
"use strict";
@@ -420,5 +420,5 @@ __DEV__ &&
420420
exports.useFormStatus = function () {
421421
return resolveDispatcher().useHostTransitionStatus();
422422
};
423-
exports.version = "19.1.0-native-fb-d4287258-20241217";
423+
exports.version = "19.1.0-native-fb-a9bbe346-20241219";
424424
})();

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<<63d0f4603e2e378904c89b6df16c7df3>>
10+
* @generated SignedSource<<a4d52172cfe2056fa61024c3dfa03bec>>
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.1.0-native-fb-d4287258-20241217";
206+
exports.version = "19.1.0-native-fb-a9bbe346-20241219";

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<<63d0f4603e2e378904c89b6df16c7df3>>
10+
* @generated SignedSource<<a4d52172cfe2056fa61024c3dfa03bec>>
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.1.0-native-fb-d4287258-20241217";
206+
exports.version = "19.1.0-native-fb-a9bbe346-20241219";

0 commit comments

Comments
 (0)