We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b932350 commit 95ffd6cCopy full SHA for 95ffd6c
packages/shared/ReactFeatureFlags.js
@@ -220,7 +220,7 @@ export const disableInputAttributeSyncing: boolean = false;
220
export const disableTextareaChildren: boolean = false;
221
222
// Disables children for <textarea> elements
223
-export const enableParallelTransitions: boolean = true;
+export const enableParallelTransitions: boolean = false;
224
225
// -----------------------------------------------------------------------------
226
// Debugging and DevTools
0 commit comments