Skip to content

Commit

Permalink
Merge pull request #91 from richardcrng/master-v0.3.5
Browse files Browse the repository at this point in the history
Master v0.3.5
  • Loading branch information
richardcrng authored Jul 7, 2019
2 parents 40feecd + 86292a2 commit 5b93d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/for/actionsFor.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const createFor = (stateShape, customReducers, pathToLeafOrBranch = []) => {

const isBranch = leafOrBranch => (
(!Array.isArray(leafOrBranch)
&& typeof leafOrBranch === "object"
&& RA.isPlainObj(leafOrBranch)
&& Object.values(leafOrBranch).length >= 1)
)

Expand Down

0 comments on commit 5b93d82

Please sign in to comment.