You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some research, I've found value passed into IntlProvider.Context got changed, but the Error Message is rendered by ReduxForm's <Field /> component, which doesn't recognize any changes.
The possible solution is to connect every container with ReduxForm field with injectIntl. I hope there are other more elegant solutions to prevent duplicating a lot of code.
goodwin64
changed the title
Please add multi-locale example
No re-render when locale changes, please add multi-locale example
Sep 9, 2019
Related to https://github.com/gtournie/redux-form-validators/blob/master/examples/src/index.js#L25.
I'm working with Redux-Saga and it watches for
"CHANGE_LOCALE"
action:And in Locale Service I mutate the Validators:
BUT the problem here that Validators mutation doesn't tell React to re-render.
Please advice.
The text was updated successfully, but these errors were encountered: