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
Similar to #847, the aria-expanded attribute is being applied incorrectly to the side menu component.
This role should be declared on a controlling element like a button or link and must be used with aria-controls. Also, on desktop this content is expanded by default so it should not be false.
The text was updated successfully, but these errors were encountered:
Description
Similar to #847, the
aria-expanded
attribute is being applied incorrectly to the side menu component.This role should be declared on a controlling element like a button or link and must be used with aria-controls. Also, on desktop this content is expanded by default so it should not be false.
The text was updated successfully, but these errors were encountered: