Skip to content

Commit b2fb6f5

Browse files
committed
Turn on lazy context propagation for RN and RTR (#31076)
Following #30935 let's turn this on across the board so we can clean up experiments in RN. DiffTrain build for [60b1420](60b1420)
1 parent 635b8b6 commit b2fb6f5

23 files changed

+4094
-5214
lines changed

compiled-rn/VERSION_NATIVE_FB

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19.0.0-native-fb-d66fa02a-20240926
1+
19.0.0-native-fb-60b1420f-20240926

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<d00372bc01109f18348cdf21c4e9a6b8>>
10+
* @generated SignedSource<<fcf135f8b99be82dbaf46d36d71745a7>>
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-d66fa02a-20240926";
423+
exports.version = "19.0.0-native-fb-60b1420f-20240926";
424424
})();

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<868c2c45377609fdc75a190d68337a3e>>
10+
* @generated SignedSource<<13226f6d1a4dc1aa517e83ce54f2bd03>>
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-d66fa02a-20240926";
206+
exports.version = "19.0.0-native-fb-60b1420f-20240926";

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<868c2c45377609fdc75a190d68337a3e>>
10+
* @generated SignedSource<<13226f6d1a4dc1aa517e83ce54f2bd03>>
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-d66fa02a-20240926";
206+
exports.version = "19.0.0-native-fb-60b1420f-20240926";

0 commit comments

Comments
 (0)