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
On a Tag that has either interactive or onClick, the outer span of the entire tag gets role="button", but when onRemove is passed, a remove button is added inside of the tag. Having nested interactive elements is an accessibility failure, so this must be refactored to make the outer button the adjacent element to the remove button, not a parent of it.