mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
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
This commit is contained in:
@@ -101,7 +101,7 @@ export const enableObjectFiber = false;
|
||||
|
||||
export const enableTransitionTracing = false;
|
||||
|
||||
export const enableLazyContextPropagation = true;
|
||||
export const enableLazyContextPropagation = false;
|
||||
|
||||
// Expose unstable useContext for performance testing
|
||||
export const enableContextProfiling = false;
|
||||
|
||||
Reference in New Issue
Block a user