Skip to content

Commit

Permalink
Clean up enableLazyContextPropagation (facebook#31810)
Browse files Browse the repository at this point in the history
This flag has shipped everywhere, let's clean it up.

DiffTrain build for [34ee391](facebook@34ee391)
  • Loading branch information
pull[bot] committed Dec 17, 2024
1 parent 87c72bd commit c244ce9
Show file tree
Hide file tree
Showing 23 changed files with 39,914 additions and 39,986 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-d4287258-20241217
19.1.0-native-fb-34ee3919-20241217
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<e2fefc49e6c2d2532b516410874da74e>>
* @generated SignedSource<<30f52d921681128a0384ae46787dc225>>
*/

"use strict";
Expand Down Expand Up @@ -420,5 +420,5 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.1.0-native-fb-d4287258-20241217";
exports.version = "19.1.0-native-fb-34ee3919-20241217";
})();
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<63d0f4603e2e378904c89b6df16c7df3>>
* @generated SignedSource<<071057a56fce7a4c79ad8d6f2900e7b2>>
*/

"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-d4287258-20241217";
exports.version = "19.1.0-native-fb-34ee3919-20241217";
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<63d0f4603e2e378904c89b6df16c7df3>>
* @generated SignedSource<<071057a56fce7a4c79ad8d6f2900e7b2>>
*/

"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-d4287258-20241217";
exports.version = "19.1.0-native-fb-34ee3919-20241217";
Loading

0 comments on commit c244ce9

Please sign in to comment.