Disable parallel transitions in canary (#35709)
Accidentally enabled this
Ricky committed
Feb 5, 2026 at 13:34 UTC
95ffd6cd9c794842e5c8ab36150296afab1ae70c
1 file changed
+1
-1
packages/shared/ReactFeatureFlags.js
+1
-1
@@ -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;
223
+export const enableParallelTransitions: boolean = false;
224
225
// -----------------------------------------------------------------------------
226
// Debugging and DevTools