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
RxJS version: 6.1.0 / 6.0.0 (tested on both)
Code to reproduce: https://stackblitz.com/edit/rxjs-skipuntil-issue
Expected behaviour: it should work without throwing an exception
Actual behaviour: Throwing an exception: Error in rxjs@6.1.0/internal/operators/skipUntil.js (60:32) Cannot read property 'unsubscribe' of undefined
Additional information: This issue is related to this change: https://github.com/ReactiveX/rxjs/pull/3512/files#diff-fb87e1b2c0661f48fca4bf43fb5a19a3R60
PR including Fix #3686
This works perfectly in 5.5.10 and lower versions.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
RxJS version: 6.1.0 / 6.0.0 (tested on both)
Code to reproduce:
https://stackblitz.com/edit/rxjs-skipuntil-issue
Expected behaviour:
it should work without throwing an exception
Actual behaviour:
Throwing an exception:
Error in rxjs@6.1.0/internal/operators/skipUntil.js (60:32)
Cannot read property 'unsubscribe' of undefined
Additional information:
This issue is related to this change:
https://github.com/ReactiveX/rxjs/pull/3512/files#diff-fb87e1b2c0661f48fca4bf43fb5a19a3R60
PR including Fix
#3686
This works perfectly in 5.5.10 and lower versions.
The text was updated successfully, but these errors were encountered: