Skip to content

Commit

Permalink
Upgrade some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
timdorr committed Jul 9, 2019
1 parent a3aa378 commit 4ae0352
Show file tree
Hide file tree
Showing 4 changed files with 4,765 additions and 7,777 deletions.
2 changes: 1 addition & 1 deletion docs/recipes/structuring-reducers/UsingCombineReducers.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Here's an example of how use of ES6 object literal shorthand with `combineReduce

```js
// reducers.js
export default (theDefaultReducer = (state = 0, action) => state)
export default theDefaultReducer = (state = 0, action) => state

export const firstNamedReducer = (state = 1, action) => state

Expand Down
Loading

0 comments on commit 4ae0352

Please sign in to comment.