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
22388o committed Dec 19, 2024
1 parent c8a65de commit 7e80393
Show file tree
Hide file tree
Showing 28 changed files with 43,384 additions and 43,456 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-d4287258-20241217
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<<e2fefc49e6c2d2532b516410874da74e>>
* @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-d4287258-20241217";
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<<63d0f4603e2e378904c89b6df16c7df3>>
* @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-d4287258-20241217";
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<<63d0f4603e2e378904c89b6df16c7df3>>
* @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-d4287258-20241217";
exports.version = "19.1.0-native-fb-a9bbe346-20241219";
Loading

0 comments on commit 7e80393

Please sign in to comment.