Skip to content

Commit

Permalink
temporarily disable lazy context propagation (facebook#31403)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
gnoff authored Nov 1, 2024
1 parent b7e2157 commit 16409d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/ReactFeatureFlags.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 16409d0

Please sign in to comment.