reducers - myMerge is converting arrays [] into objects #46

Closed
opened 2015-11-10 16:07:21 +00:00 by burgalon · 1 comment
burgalon commented 2015-11-10 16:07:21 +00:00 (Migrated from github.com)

The bug is in https://github.com/michaelcontento/redux-storage/blob/master/src/reducer.js#L36
lodash isObject([]) returns true, and so it is merged into {}

The bug is in https://github.com/michaelcontento/redux-storage/blob/master/src/reducer.js#L36 lodash `isObject([])` returns true, and so it is merged into {}
burgalon commented 2015-11-12 08:19:54 +00:00 (Migrated from github.com)

that's awesome thanks!

that's awesome thanks!
This discussion has been locked. Commenting is limited to contributors.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
MichaelContento/redux-storage#46
No description provided.