Skip to content

Commit 5530855

Browse files
authored
[www] enable enableFilterEmptyStringAttributesDOM flag (#26410)
1 parent 163d86e commit 5530855

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

‎packages/shared/forks/ReactFeatureFlags.test-renderer.www.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const enableCapturePhaseSelectiveHydrationWithoutDiscreteEventReplay =
4747
exportconstenableClientRenderFallbackOnTextMismatch=true;
4848
exportconstenableComponentStackLocations=true;
4949
exportconstenableLegacyFBSupport=false;
50-
exportconstenableFilterEmptyStringAttributesDOM=false;
50+
exportconstenableFilterEmptyStringAttributesDOM=true;
5151
exportconstdisableNativeComponentFrames=false;
5252
exportconstskipUnmountedBoundaries=false;
5353
exportconstenableGetInspectorDataForInstanceInProduction=false;

‎packages/shared/forks/ReactFeatureFlags.www-dynamic.js‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
exportconstdisableInputAttributeSyncing=__VARIANT__;
1717
exportconstdisableIEWorkarounds=__VARIANT__;
18-
exportconstenableFilterEmptyStringAttributesDOM=__VARIANT__;
1918
exportconstenableLegacyFBSupport=__VARIANT__;
2019
exportconstskipUnmountedBoundaries=__VARIANT__;
2120
exportconstenableUseRefAccessWarning=__VARIANT__;

‎packages/shared/forks/ReactFeatureFlags.www.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export const {
2020
enableTrustedTypesIntegration,
2121
disableSchedulerTimeoutBasedOnReactExpirationTime,
2222
replayFailedUnitOfWorkWithInvokeGuardedCallback,
23-
enableFilterEmptyStringAttributesDOM,
2423
enableLegacyFBSupport,
2524
deferRenderPhaseUpdateToNextBatch,
2625
enableDebugTracing,
@@ -56,6 +55,7 @@ export const enableUseMemoCacheHook = true;
5655
exportconstenableUseEffectEventHook=true;
5756
exportconstenableHostSingletons=true;
5857
exportconstenableClientRenderFallbackOnTextMismatch=false;
58+
exportconstenableFilterEmptyStringAttributesDOM=true;
5959

6060
// Logs additional User Timing API marks for use with an experimental profiling tool.
6161
exportconstenableSchedulingProfiler: boolean=

0 commit comments

Comments
 (0)