We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
excuse any English errors
in subscription.unsubscribe, mutating _parentage while for-looping it results in some items being skipped. relative lines are:
subscription.unsubscribe
_parentage
for (const parent of _parentage) { parent.remove(this); // will call `_removeParent` on `this` }
Reproduction codesandbox
The text was updated successfully, but these errors were encountered:
test: add failing test for ReactiveX#6351
ced5ab0
fix(Subscription): null _parentage on unsubscribe
7a5a0bd
Closes ReactiveX#6351
88331d2
No branches or pull requests
Bug Report
excuse any English errors
in
subscription.unsubscribe
, mutating_parentage
while for-looping it results in some items being skipped. relative lines are:Reproduction
codesandbox
The text was updated successfully, but these errors were encountered: