When using updateIntl, it's reseting the container state
Closed this issue · 4 comments
idangozlan commented
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)
ratson commented
Do you have dialog open in your store?
idangozlan commented
state, not store
ratson commented
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.
ratson commented
Close due to nothing actionable.