Enable lazy context propagation (#30935)
Last I heard this was great so not sure there are any more blockers to just include it in 19?
Sebastian Markbåge committed
Sep 12, 2024 at 13:01 UTC
89b445709d9f34bee261bacd6c68584c3ccb067b
1 file changed
+1
-2
packages/shared/ReactFeatureFlags.js
+1
-2
@@ -101,8 +101,7 @@ export const enableObjectFiber = false;
101
102
export const enableTransitionTracing = false;
103
104
-// Shipped on FB, waiting for next stable release to roll out to OSS
105
-export const enableLazyContextPropagation = __EXPERIMENTAL__;
104
+export const enableLazyContextPropagation = true;
105
106
// Expose unstable useContext for performance testing
107
export const enableContextProfiling = false;