mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
d29f7d973d
## Summary Stacked on [#28124](https://github.com/facebook/react/pull/28124) ([Diff against #28124](https://github.com/facebook/react/compare/eps1lon:fix/anchor-href-empty...eps1lon:feat/enableFilterEmptyStringAttributesDOM-canary)) Enables `enableFilterEmptyStringAttributesDOM` everywhere. I don't think this needs to be enabled behind `__VARIANT__` for RN since this flag is only used in DOM. ## How did you test this change? - CI