Skip to content

Commit 4ae0352

Browse files
committed
Upgrade some deps
1 parent a3aa378 commit 4ae0352

File tree

4 files changed

+4765
-7777
lines changed

4 files changed

+4765
-7777
lines changed

docs/recipes/structuring-reducers/UsingCombineReducers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Here's an example of how use of ES6 object literal shorthand with `combineReduce
3030

3131
```js
3232
// reducers.js
33-
export default (theDefaultReducer = (state = 0, action) => state)
33+
export default theDefaultReducer = (state = 0, action) => state
3434

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

0 commit comments

Comments
 (0)