mirror of
https://github.com/facebook/react.git
synced 2026-02-22 03:42:05 +00:00
Disable parallel transitions in canary (#35709)
Accidentally enabled this
This commit is contained in:
@@ -220,7 +220,7 @@ export const disableInputAttributeSyncing: boolean = false;
|
||||
export const disableTextareaChildren: boolean = false;
|
||||
|
||||
// Disables children for <textarea> elements
|
||||
export const enableParallelTransitions: boolean = true;
|
||||
export const enableParallelTransitions: boolean = false;
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// Debugging and DevTools
|
||||
|
||||
Reference in New Issue
Block a user