-
Notifications
You must be signed in to change notification settings - Fork 88
Closed
Labels
Description
Looks like LocalizeProvider
immutable stores are not supported, if store is a Map then localize
should be retrieved using get('localize')
:
const curLocalizeState = this.props.store.getState().localize;
See:
https://github.com/ryandrewjohnson/react-localize-redux/blob/master/src/LocalizeProvider.js#L73