[tests] disableLegacyMode in test-renderer (#35002)
500 tests failed from not using async act. Will fix the tests and then re-land this.
Ricky committed
Oct 28, 2025 at 12:53 UTC
fb0d96073c588ca2f652f9c97849234576db534f
1 file changed
+1
-1
packages/shared/forks/ReactFeatureFlags.test-renderer.native-fb.js
+1
-1
@@ -16,7 +16,7 @@ export const disableCommentsAsDOMContainers = true;
16
export const disableInputAttributeSyncing = false;
17
export const disableLegacyContext = false;
18
export const disableLegacyContextForFunctionComponents = false;
19
-export const disableLegacyMode = true;
19
+export const disableLegacyMode = false;
20
export const disableSchedulerTimeoutInWorkLoop = false;
21
export const disableTextareaChildren = false;
22
export const enableAsyncDebugInfo = false;