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(cdk/drag-drop): throw if drop list or handle are set on a non-element node (#20668)
Currently if a `cdkDropList` or `cdkDragHandle` is attached to a non-element node,
a cryptic error is thrown. These changes add a proper error, similar to the one we have
on `cdkDrag`.
Fixes#13540.
0 commit comments