Skip to content

Commit

Permalink
Enable lazy context propagation (#30935)
Browse files Browse the repository at this point in the history
Last I heard this was great so not sure there are any more blockers to
just include it in 19?
  • Loading branch information
sebmarkbage authored Sep 12, 2024
1 parent 94e652d commit 89b4457
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 89b4457

Please sign in to comment.