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
id can probably remain (and if so should be made non-required) but aria-label and aria-labelledby should be removed because they don't usually exist on a div without a role. These props were a holdover from when we were using a Button internally opposed to children.
The text was updated successfully, but these errors were encountered:
id
can probably remain (and if so should be made non-required) butaria-label
andaria-labelledby
should be removed because they don't usually exist on a div without a role. These props were a holdover from when we were using aButton
internally opposed tochildren
.The text was updated successfully, but these errors were encountered: