mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[tests] disableLegacyMode in test-renderer (#35002)
500 tests failed from not using async act. Will fix the tests and then re-land this.
This commit is contained in:
@@ -16,7 +16,7 @@ export const disableCommentsAsDOMContainers = true;
|
||||
export const disableInputAttributeSyncing = false;
|
||||
export const disableLegacyContext = false;
|
||||
export const disableLegacyContextForFunctionComponents = false;
|
||||
export const disableLegacyMode = true;
|
||||
export const disableLegacyMode = false;
|
||||
export const disableSchedulerTimeoutInWorkLoop = false;
|
||||
export const disableTextareaChildren = false;
|
||||
export const enableAsyncDebugInfo = false;
|
||||
|
||||
Reference in New Issue
Block a user