ratson/react-intl-redux

When using updateIntl, it's reseting the container state

Closed this issue · 4 comments

For ex. if there's an open dialog (open state is defined on the container state), and using updateIntl it's getting closed (as the initial state)

Do you have dialog open in your store?

state, not store

I don't think you could preserve state when you change context, which react-intl relying on.
If you have suggestions on how it could be done, I am willing to learn.

Close due to nothing actionable.