Skip to content

Commit

Permalink
Turn on double effects for www test renderer (#20416)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Dec 9, 2020
1 parent 56a632a commit b51a686
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const deferRenderPhaseUpdateToNextBatch = true;
export const decoupleUpdatePriorityFromScheduler = false;
export const enableDiscreteEventFlushingChange = false;

export const enableDoubleInvokingEffects = false;
export const enableDoubleInvokingEffects = true;
export const enableUseRefAccessWarning = false;

export const enableRecursiveCommitTraversal = false;
Expand Down

0 comments on commit b51a686

Please sign in to comment.