ratson/react-intl-redux

updateIntl not working with Immutable

Closed this issue · 2 comments

Because of simple extending in UPDATE action:
{...state, ...action.payload}
it is not possible to use update action with immutable library

you could call .toJS() when dispatching the action, or provide a immutable version of the reducer if you always update with immutable data.

Closing this.
@messteno Let me know if you need more help.