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
fix(aria): prevent getOwnedVirtual from returning duplicate nodes (#4987)
When a child element is also referenced via aria-owns, getOwnedVirtual
returned the same node twice. Filter aria-owns references that already
exist in children using Set.
Closes: #4840
---------
Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com>
0 commit comments