dillon1000/react

Commit

Enable debugRenderPhaseSideEffectsForStrictMode in test renderers (#31761)

This flag controls the strict mode double invoke render/lifecycles/etc
behavior in Strict Mode.

The only place this flag is off is the test renderers, which it should
be on for.

If we can land this, we can follow up to remove the flag.
Browse files
Changed paths3 files
First-parent comparison
M packages/shared/forks/ReactFeatureFlags.test-renderer.js ModifiedM packages/shared/forks/ReactFeatureFlags.test-renderer.native-fb.js ModifiedM packages/shared/forks/ReactFeatureFlags.test-renderer.www.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…