-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
🐛国际化报错 #6518
Comments
你看看 warning 的文档就好了,里面详细描述了为什么 |
我也遇到国际化的问题。 class Info extends React.Component { export default injectIntl(Info);` |
直接用组件,不要用静态方法 |
🐛 国际化报错
Warning: Using this API will cause automatic refresh when switching languages, please use useIntl or injectIntl.
The text was updated successfully, but these errors were encountered: