dwyl/learn-redux
在 GitHub 查看'addTodo' and 'setVisibilityFilter' actions are unused in index.html example
Open
#50 创建于 2017年9月11日
help wanted
仓库指标
- Star
- (446 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
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:
addTodoaction is unused: should replace the dispatch action in theAddTodocomponentsetVisibilityFilteraction is unused: should be used by the dispatch action in themapDispatchToLinkPropsmethod