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
The Avatar has tabindex=0 by default, making it a tab stop and focusable with the keyboard. This seems wrong for a purely visual element, similar to an image or an icon.
When inside an Avatar Group, it might be more expected, as the overflow item should be focusable so that the overlay can be opened with the keyboard.