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
For `MatChip` component, change the `<div/>` element for the primary
action to a span element. Fix problem where the div is nested inside a
span. A span is a container for phrasing content and is not supposed to
contain flow content. This could also potentialy cause accessibility
issue. Correct the semantics by nesting a span inside another span.
(cherry picked from commit 14919bd)
0 commit comments