You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[cleanup] remove unused values from ReactFeatureFlags.www-dynamic
These values are never imported into `ReactFeatureFlags.www.js`, so they're never used:
- allowConcurrentByDefault
- consoleManagedByDevToolsDuringStrictMode
These values are never set in the WWW module, so they're always `undefined` on www:
- createRootStrictEffectsByDefault
- deferRenderPhaseUpdateToNextBatch
- enableClientRenderFallbackOnTextMismatch
0 commit comments