Skip to content

Commit 16409d0

Browse files
authored
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
1 parent b7e2157 commit 16409d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/ReactFeatureFlags.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export const enableObjectFiber = false;
101101

102102
export const enableTransitionTracing = false;
103103

104-
export const enableLazyContextPropagation = true;
104+
export const enableLazyContextPropagation = false;
105105

106106
// Expose unstable useContext for performance testing
107107
export const enableContextProfiling = false;

0 commit comments

Comments
 (0)