You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The regression was introduced in the June 15 commit. Reset to the previous commitgit reset --hard 2da07d9dd5231c0148d133c7f596552a6b97148c followed by npm install and Task actions work.
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)
You cannot delete, edit or toggle active-state of a
Task
. Even though actions produced by the intent ofTask
are triggered,TaskList
does not receive those item actions.The text was updated successfully, but these errors were encountered: