dwyl/learn-redux

'addTodo' and 'setVisibilityFilter' actions are unused in index.html example

Open

#50 创建于 2017年9月11日

在 GitHub 查看
 (0 评论) (1 反应) (0 负责人)HTML (446 star) (42 fork)batch import
help wanted

描述

I was just annotating a print out of the code to remind myself of some of the concepts learned in the video tutorials, and found the following issues:

  • addTodo action is unused: should replace the dispatch action in the AddTodo component
  • setVisibilityFilter action is unused: should be used by the dispatch action in the mapDispatchToLinkProps method

贡献者指南