todomvc-cycle icon indicating copy to clipboard operation
todomvc-cycle copied to clipboard

TaskList does not receive Task actions

Open maiermic opened this issue 8 years ago • 3 comments

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.

maiermic avatar Aug 05 '16 13:08 maiermic

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.

cdetrio avatar Aug 05 '16 15:08 cdetrio

I guess this issue is related to https://github.com/cyclejs/cyclejs/issues/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. -- https://github.com/cyclejs/cyclejs/issues/370#issuecomment-237131125

maiermic avatar Aug 05 '16 15:08 maiermic

This bug is caused by xstream and is introduced by version 5.2.2. If you downgrade to [email protected] it works fine.

maiermic avatar Aug 05 '16 18:08 maiermic