Skip to content

Commit ed791ae

Browse files
committed
Make enableOwnerStacks dynamic (facebook#31661)
following up on facebook#31287, fixing tests --------- Co-authored-by: Rick Hanlon <[email protected]> DiffTrain build for [a496498](facebook@a496498)
1 parent fed9476 commit ed791ae

26 files changed

+1449
-632
lines changed

compiled-rn/VERSION_NATIVE_FB

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19.0.0-native-fb-4a8fc0f9-20241210
1+
19.0.0-native-fb-a4964987-20241211

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-dev.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<eba012b47ddd3253a2dd5cdddb1f26e2>>
10+
* @generated SignedSource<<ccf476a715066d778df0505049a54566>>
1111
*/
1212

1313
"use strict";
@@ -420,5 +420,5 @@ __DEV__ &&
420420
exports.useFormStatus = function () {
421421
return resolveDispatcher().useHostTransitionStatus();
422422
};
423-
exports.version = "19.0.0-native-fb-4a8fc0f9-20241210";
423+
exports.version = "19.0.0-native-fb-a4964987-20241211";
424424
})();

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-prod.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<84f92a68501c80e402eaeb6c42e04120>>
10+
* @generated SignedSource<<9a6ddd03ad59bffae1400d7817440da9>>
1111
*/
1212

1313
"use strict";
@@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) {
203203
exports.useFormStatus = function () {
204204
return ReactSharedInternals.H.useHostTransitionStatus();
205205
};
206-
exports.version = "19.0.0-native-fb-4a8fc0f9-20241210";
206+
exports.version = "19.0.0-native-fb-a4964987-20241211";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-profiling.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<84f92a68501c80e402eaeb6c42e04120>>
10+
* @generated SignedSource<<9a6ddd03ad59bffae1400d7817440da9>>
1111
*/
1212

1313
"use strict";
@@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) {
203203
exports.useFormStatus = function () {
204204
return ReactSharedInternals.H.useHostTransitionStatus();
205205
};
206-
exports.version = "19.0.0-native-fb-4a8fc0f9-20241210";
206+
exports.version = "19.0.0-native-fb-a4964987-20241211";

0 commit comments

Comments
 (0)