Skip to content

Commit c244ce9

Browse files
committed
Clean up enableLazyContextPropagation (facebook#31810)
This flag has shipped everywhere, let's clean it up. DiffTrain build for [34ee391](facebook@34ee391)
1 parent 87c72bd commit c244ce9

23 files changed

+39914
-39986
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.1.0-native-fb-d4287258-20241217
1+
19.1.0-native-fb-34ee3919-20241217

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<<e2fefc49e6c2d2532b516410874da74e>>
10+
* @generated SignedSource<<30f52d921681128a0384ae46787dc225>>
1111
*/
1212

1313
"use strict";
@@ -420,5 +420,5 @@ __DEV__ &&
420420
exports.useFormStatus = function () {
421421
return resolveDispatcher().useHostTransitionStatus();
422422
};
423-
exports.version = "19.1.0-native-fb-d4287258-20241217";
423+
exports.version = "19.1.0-native-fb-34ee3919-20241217";
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<<63d0f4603e2e378904c89b6df16c7df3>>
10+
* @generated SignedSource<<071057a56fce7a4c79ad8d6f2900e7b2>>
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.1.0-native-fb-d4287258-20241217";
206+
exports.version = "19.1.0-native-fb-34ee3919-20241217";

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<<63d0f4603e2e378904c89b6df16c7df3>>
10+
* @generated SignedSource<<071057a56fce7a4c79ad8d6f2900e7b2>>
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.1.0-native-fb-d4287258-20241217";
206+
exports.version = "19.1.0-native-fb-34ee3919-20241217";

0 commit comments

Comments
 (0)