Skip to content

Commit

Permalink
Enable lazy context propagation
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage committed Sep 10, 2024
1 parent d724ba9 commit 79fea8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/shared/ReactFeatureFlags.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ export const enableObjectFiber = false;

export const enableTransitionTracing = false;

// Shipped on FB, waiting for next stable release to roll out to OSS
export const enableLazyContextPropagation = __EXPERIMENTAL__;
export const enableLazyContextPropagation = true;

// Expose unstable useContext for performance testing
export const enableContextProfiling = false;
Expand Down

0 comments on commit 79fea8c

Please sign in to comment.