-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
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
sink._addParentTeardownLogic is not a function rxjs node 6.3.2 and 6.2.2 #4135
Comments
cc @cartant ... This is an issue with identifying a "trusted subscriber" between two different versions of RxJS. Basically one RxJS's Subscriber gets a Subscriber from the other RxJS (which doesn't have This is directly related to our discussion yesterday that |
#4106 is related to this. It should help resolve the issue. |
Fixes the issue seen in: angular/angular-cli#12072 ReactiveX/rxjs#4135
Confirmed that it has been resolved in 6.3.3 |
Bug Report
Current Behavior
When using rxjs 6.2.2 and 6.3.2.
npm list rxjs
Reproduction
rxjs 6.3.2
rxjs 6.2.2
Expected behavior
No Error
Environment
The text was updated successfully, but these errors were encountered: