We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef8b1b commit 7f9d997Copy full SHA for 7f9d997
packages/shared/ReactFeatureFlags.js
@@ -166,7 +166,7 @@ export const renameElementSymbol: boolean = true;
166
/**
167
* Enables a fix to run insertion effect cleanup on hidden subtrees.
168
*/
169
-export const enableHiddenSubtreeInsertionEffectCleanup: boolean = false;
+export const enableHiddenSubtreeInsertionEffectCleanup: boolean = true;
170
171
172
* Removes legacy style context defined using static `contextTypes` and consumed with static `childContextTypes`.
0 commit comments