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(core): account for when parent is null in removeChild
This was affected by a recent change in Angular upstream that Angular
core decides to use `element.remove()` instead of
`parent.removeChild(element)`. Hence, during the unmount phase, the
`parent` is never calculated and passed in.
angular/angular#57203
0 commit comments