updateIntl not working with Immutable
Closed this issue · 2 comments
messteno commented
Because of simple extending in UPDATE action:
{...state, ...action.payload}
it is not possible to use update action with immutable library
ratson commented
you could call .toJS()
when dispatching the action, or provide a immutable version of the reducer if you always update with immutable data.