Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 4c32d78

Browse files
authored
Merge pull request #979 from tylercrompton/patch-1
Fixed bug that prevented passing options to actions.merge
2 parents 22c1268 + ec380f9 commit 4c32d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions/model-actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export function createModelActions(s = defaultStrategies) {
136136
return inserted;
137137
}, s.array, 3);
138138

139-
const merge = createModifierAction(s.merge, {}, 2);
139+
const merge = createModifierAction(s.merge, {}, 3);
140140

141141
const omit = createModifierAction((value, props = []) => {
142142
const propsArray = typeof props === 'string'

0 commit comments

Comments
 (0)