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(Subscription): Return Empty when teardown === null (#4575)
* fix(Subscription): Return Empty when teardown === null
`typeof teardown` returns object when null. It breaks later when rxjs tries to access the closed property.
The commit fixes that by first checking for null/undefined.
* fix(Subscription): tslint errors
0 commit comments