Skip to content

Commit

Permalink
[flags] enable owner stacks everywhere (#32376)
Browse files Browse the repository at this point in the history
this is now canary and on everywhere

DiffTrain build for [8a7b487](8a7b487)
  • Loading branch information
rickhanlonii committed Feb 18, 2025
1 parent 40fb50a commit 34e060a
Show file tree
Hide file tree
Showing 25 changed files with 1,215 additions and 2,534 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-e670e72f-20250214
19.1.0-native-fb-8a7b487e-20250218
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<8a065081fde67430b136535d0335eb53>>
* @generated SignedSource<<6afaae6b230715c4f3b4e3cd1b319dc8>>
*/

"use strict";
Expand Down Expand Up @@ -428,5 +428,5 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.1.0-native-fb-e670e72f-20250214";
exports.version = "19.1.0-native-fb-8a7b487e-20250218";
})();
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<4c84f381b7dbdecd26ef0022b732ee8d>>
* @generated SignedSource<<8c6afaf556b6b25047864b682d81d228>>
*/

"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-e670e72f-20250214";
exports.version = "19.1.0-native-fb-8a7b487e-20250218";
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<4c84f381b7dbdecd26ef0022b732ee8d>>
* @generated SignedSource<<8c6afaf556b6b25047864b682d81d228>>
*/

"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-e670e72f-20250214";
exports.version = "19.1.0-native-fb-8a7b487e-20250218";
Loading

0 comments on commit 34e060a

Please sign in to comment.