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(f6navigation): skip non-element nodes when resolving groups (#12174)
If a fast navigation group is defined on a custom element and the first node in its shadow root is a comment, an error is thrown when looking up a focusable element. Now, lookup runs only on element nodes, skipping comments.
Fixes: #12158
0 commit comments