Skip to content

Commit

Permalink
Make enableOwnerStacks dynamic (#31661)
Browse files Browse the repository at this point in the history
following up on #31287, fixing
tests

---------

Co-authored-by: Rick Hanlon <rickhanlonii@fb.com>

DiffTrain build for [a496498](a496498)
  • Loading branch information
noahlemen committed Dec 11, 2024
1 parent a7b82f0 commit 95e5f95
Show file tree
Hide file tree
Showing 24 changed files with 1,443 additions and 625 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.0.0-native-fb-92b62f50-20241211
19.0.0-native-fb-a4964987-20241211
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<cd52d08dbb995064e227a0a1594ab490>>
* @generated SignedSource<<ccf476a715066d778df0505049a54566>>
*/

"use strict";
Expand Down Expand Up @@ -420,5 +420,5 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.0.0-native-fb-92b62f50-20241211";
exports.version = "19.0.0-native-fb-a4964987-20241211";
})();
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<4f797c436a93c9bbbf1c9ad706d13692>>
* @generated SignedSource<<9a6ddd03ad59bffae1400d7817440da9>>
*/

"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.0.0-native-fb-92b62f50-20241211";
exports.version = "19.0.0-native-fb-a4964987-20241211";
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<4f797c436a93c9bbbf1c9ad706d13692>>
* @generated SignedSource<<9a6ddd03ad59bffae1400d7817440da9>>
*/

"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.0.0-native-fb-92b62f50-20241211";
exports.version = "19.0.0-native-fb-a4964987-20241211";
Loading

0 comments on commit 95e5f95

Please sign in to comment.