Skip to content
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

Fix issue with takeUntil in nested stream #189

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nordfjord
Copy link
Collaborator

This issue was caused by #180 which made sure that nested streams were
updated properly. Updating them properly caused nested takeUntil'd
streams to end too soon.

This closes #188

This issue was caused by #180 which made sure that nested streams were
updated properly. Updating them properly caused nested takeUntil'd
streams to end too soon.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 4b0340c on fix/takeUntil into 48799a9 on master.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 4b0340c on fix/takeUntil into 48799a9 on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 4b0340c on fix/takeUntil into 48799a9 on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drag 'n Drop example is broken
2 participants