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
fix(chips): chip-list doesn't pick up wrapped chips with ivy
With Ivy, content queries no longer match nodes which
aren't direct children of the given component. This breaks
the chips as developers are currently able to have chips
wrapped by other elements (e.g. a `<div>`)
0 commit comments