Skip to content

Commit

Permalink
Reenable lazy context propagation (facebook#31405)
Browse files Browse the repository at this point in the history
Reverts facebook#31403 to reenable lazy context propagation

The disabling was to produce a build that could help track down whether
this flag is causing a possibly related bug in transitions but we don't
intend to disable it just fix forward once we figure out what the
problem is
  • Loading branch information
gnoff authored Nov 1, 2024
1 parent 16409d0 commit 7c8e5e7
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 = false;
export const enableLazyContextPropagation = true;

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

0 comments on commit 7c8e5e7

Please sign in to comment.