Skip to content

Commit

Permalink
Enable eager listeners in open source
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Aug 28, 2020
1 parent c1ac052 commit 1918e3b
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 @@ -137,4 +137,4 @@ export const enableDiscreteEventFlushingChange = false;
export const enablePassiveEventIntervention = true;
export const disableOnScrollBubbling = true;

export const enableEagerRootListeners = false;
export const enableEagerRootListeners = true;

0 comments on commit 1918e3b

Please sign in to comment.