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/collections): recycle repeater strategy retaining references to destroyed views (#21744)
When the `_RecycleViewRepeaterStrategy` is destroyed, it destroys all views in its cache, but it
still retains references to them. These changes clear the references and do some minor internal
cleanup.
0 commit comments