dwyl/learn-redux

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

Offen

#50 geöffnet am 11.09.2017

 (0 Kommentare) (1 Reaktion) (0 zugewiesene Personen)HTML (42 Forks)batch import
help wanted

Repository-Metriken

Stars
 (446 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide