dwyl/learn-redux

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

Ouverte

#50 ouverte le 11 sept. 2017

 (0 commentaire) (1 réaction) (0 personne assignée)HTML (42 forks)batch import
help wanted

Métriques du dépôt

Stars
 (446 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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

Guide contributeur