@samitouri / QOS-React-2 / commits / 16409d0560

temporarily disable lazy context propagation (#31403)

disables lazy context propagation in oss to help determine if it is causing bugs in startTransition. Will reenable after cutting a canary release with this flag disabled

Josh Story committed Nov 1, 2024 at 15:16 UTC 16409d0560863dac41880bd308dea6efee46087a
1 file changed +1 -1
packages/shared/ReactFeatureFlags.js
+1 -1
@@ -101,7 +101,7 @@ export const enableObjectFiber = false;
101
102 export const enableTransitionTracing = false;
103
104 -export const enableLazyContextPropagation = true;
104 +export const enableLazyContextPropagation = false;
105
106 // Expose unstable useContext for performance testing
107 export const enableContextProfiling = false;