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

TaskList does not receive Task actions #35

Open
maiermic opened this issue Aug 5, 2016 · 3 comments
Open

TaskList does not receive Task actions #35

maiermic opened this issue Aug 5, 2016 · 3 comments

Comments

@maiermic
Copy link

maiermic commented Aug 5, 2016

You cannot delete, edit or toggle active-state of a Task. Even though actions produced by the intent of Task are triggered, TaskList does not receive those item actions.

@cdetrio
Copy link

cdetrio commented Aug 5, 2016

The regression was introduced in the June 15 commit. Reset to the previous commit git reset --hard 2da07d9dd5231c0148d133c7f596552a6b97148c followed by npm install and Task actions work.

@maiermic
Copy link
Author

maiermic commented Aug 5, 2016

I guess this issue is related to cyclejs/cyclejs#370, because isolate is called twice after the June 15 commit.

When using the router the WelcomePage gets called twice, and any isolated child components of WelcomePage seem to lose track of their namespace/scope when it's called the second time.
-- cyclejs/cyclejs#370 (comment)

@maiermic
Copy link
Author

maiermic commented Aug 5, 2016

This bug is caused by xstream and is introduced by version 5.2.2. If you downgrade to xstream@5.2.1 it works fine.

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

No branches or pull requests

2 participants