Skip to content

Commit

Permalink
Remove enableAsyncActions (#31757)
Browse files Browse the repository at this point in the history
Based on #31756

This is landed everywhere

DiffTrain build for [ef63718](ef63718)
  • Loading branch information
rickhanlonii committed Dec 13, 2024
1 parent 4d3cdac commit 34f8925
Show file tree
Hide file tree
Showing 23 changed files with 1,206 additions and 1,426 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-fb12845d-20241213
19.1.0-native-fb-ef63718a-20241213
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<1d24c956383007ef2228a8063ebe8934>>
* @generated SignedSource<<f8c6a5d270a2f0f44d18f28a760ee877>>
*/

"use strict";
Expand Down Expand Up @@ -420,5 +420,5 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.1.0-native-fb-fb12845d-20241213";
exports.version = "19.1.0-native-fb-ef63718a-20241213";
})();
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<2c9770f2de058ad6be1ceaede0107193>>
* @generated SignedSource<<e33bfd7c2f4e5382fe82ba9a363b7f81>>
*/

"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-fb12845d-20241213";
exports.version = "19.1.0-native-fb-ef63718a-20241213";
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<2c9770f2de058ad6be1ceaede0107193>>
* @generated SignedSource<<e33bfd7c2f4e5382fe82ba9a363b7f81>>
*/

"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-fb12845d-20241213";
exports.version = "19.1.0-native-fb-ef63718a-20241213";
Loading

0 comments on commit 34f8925

Please sign in to comment.