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
Right now we are using role="alert" for our badge component. Looks like this is not correct (1):
I think we should use role="status" instead (2):
According to role="status" docs page (3) we should use aria-labelledby if text is visible. In our case I think we should pass value of text prop into this attribute.
The text was updated successfully, but these errors were encountered: