Skip to content

Commit

Permalink
[Flight] Reject any new Chunks not yet discovered at the time of repo…
Browse files Browse the repository at this point in the history
…rtGlobalError (facebook#31851)

Same as facebook#31840 but for the Flight Client.

DiffTrain build for [a9bbe34](facebook@a9bbe34)
  • Loading branch information
pull[bot] committed Dec 19, 2024
1 parent e754481 commit 71568c0
Show file tree
Hide file tree
Showing 23 changed files with 2,013 additions and 1,689 deletions.
2 changes: 1 addition & 1 deletion compiled-rn/VERSION_NATIVE_FB
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.1.0-native-fb-faf6c4df-20241218
19.1.0-native-fb-a9bbe346-20241219
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<a180b2fbb51df9d4ad422118e351e129>>
* @generated SignedSource<<b1d3bddd6549dccee18a974b757de035>>
*/

"use strict";
Expand Down Expand Up @@ -420,5 +420,5 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.1.0-native-fb-faf6c4df-20241218";
exports.version = "19.1.0-native-fb-a9bbe346-20241219";
})();
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<3771c651ad75779ec556203d2e29c2c8>>
* @generated SignedSource<<a4d52172cfe2056fa61024c3dfa03bec>>
*/

"use strict";
Expand Down Expand Up @@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.1.0-native-fb-faf6c4df-20241218";
exports.version = "19.1.0-native-fb-a9bbe346-20241219";
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<3771c651ad75779ec556203d2e29c2c8>>
* @generated SignedSource<<a4d52172cfe2056fa61024c3dfa03bec>>
*/

"use strict";
Expand Down Expand Up @@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.1.0-native-fb-faf6c4df-20241218";
exports.version = "19.1.0-native-fb-a9bbe346-20241219";

Large diffs are not rendered by default.

Loading

0 comments on commit 71568c0

Please sign in to comment.