Skip to content

Commit

Permalink
fix(reducers): Added no-op reducers to resolve error in combine reducers
Browse files Browse the repository at this point in the history
Initialized state as null and no-op's reducers when custom is not passed
  • Loading branch information
kwelch committed Jun 9, 2017
1 parent 9a0ddf2 commit 0d0bc38
Show file tree
Hide file tree
Showing 7 changed files with 5,362 additions and 481 deletions.
5 changes: 4 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"presets": ["es2015"]
"presets": [
"env",
"stage-2"
]
}
Loading

0 comments on commit 0d0bc38

Please sign in to comment.