Skip to content

Commit

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

---------

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

DiffTrain build for [a496498](facebook@a496498)
  • Loading branch information
pull[bot] committed Dec 11, 2024
1 parent fed9476 commit ed791ae
Show file tree
Hide file tree
Showing 26 changed files with 1,449 additions and 632 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-4a8fc0f9-20241210
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<<eba012b47ddd3253a2dd5cdddb1f26e2>>
* @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-4a8fc0f9-20241210";
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<<84f92a68501c80e402eaeb6c42e04120>>
* @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-4a8fc0f9-20241210";
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<<84f92a68501c80e402eaeb6c42e04120>>
* @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-4a8fc0f9-20241210";
exports.version = "19.0.0-native-fb-a4964987-20241211";
Loading

0 comments on commit ed791ae

Please sign in to comment.