Skip to content

Commit 7c8e5e7

Browse files
authored
Reenable lazy context propagation (#31405)
Reverts #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
1 parent 16409d0 commit 7c8e5e7

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 = false;
104+
export const enableLazyContextPropagation = true;
105105

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

0 commit comments

Comments
 (0)