Skip to content

Commit

Permalink
Add import statement to visibilityFilter example (reduxjs#3487)
Browse files Browse the repository at this point in the history
In this code example, SET_VISIBILITY_FILTER is used in a switch case, but it is never imported first. It is imported in the subsequent example code block in the docs. This is confusing, especially for users who aren't familiar with switch statements.

Former-commit-id: 84c1499
Former-commit-id: 1b1cb87
  • Loading branch information
dalyhabit authored and timdorr committed Jul 31, 2019
1 parent 80b5314 commit 5dd1aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basics/Reducers.md.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
eb0e1de4889d63d890b0768647432e303ca8c51e
c2c926c08db4646cdd5e2da9fbced0243b009629

0 comments on commit 5dd1aa8

Please sign in to comment.