[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:
Ricky 2025-10-28 12:53:30 -04:00 committed by GitHub
parent b4455a6ee6
commit fb0d96073c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;