Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't set
display: none
on elements that use hidden="until-found"
Fixes an issue reported by the React Aria Components team here: adobe/react-spectrum#7160 Basically `hidden="until-found"` behaves very differently than `hidden` and doesn't actually use `display: none`, so we don't want to apply the behavior we apply for the regular `hidden` attribute.
- Loading branch information