-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Dialog] context is lost inside Dialog childs #2494
Comments
I have noticed the same issue. This issue was introduced by the usage of |
was it implemented using |
No, It wasn't. Let met test that react is correctly handling this update case. |
Any news on this one? I have the same problem using FormattedMessage from react-intl as a node child for my errorText in a TextField and the locale remains to default language |
@cremalex It was fixed with facebook/react#7125 and released as React v15.2.1. |
material ui - 0.14.0-rc1
react-intl - 2.0.0-pr-3
I'm using react-intl and material-ui in my App and I'm having problems in all Dialog's childs where the intl property provided by
injectIntl
from react-intl is 'lost' (different from the app language once it changes). When I change the language all the components from the app update it's labels, only the dialogs childs dont.I'm not saying its a problem from the Dialog itself, and Im almost sure it worked in older versions.
Is someone having this same issue? do you have any suggestion?
Thanks
The text was updated successfully, but these errors were encountered: