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
When i switch language, when get the warning message.
warning.js:44 Warning: setState(...): Can only update a mounted or mounting component. This usually means you called setState() on an unmounted component. This is a no-op. Please check the code for the undefined component.
i guess the DropDown meun after finished animation, will set its state?
The text was updated successfully, but these errors were encountered:
The version of node is 5.10.0, and I made a mistake and misused the presets configuration of babel-loader, confusing the usage of configuration between appEntry and node. So I replaced 'es2015-node' with 'es2015' and everything was all right.
I try to use a dropdown menu to handle switch language feature. I use the following code to handle switch language
This is my React Component
When i switch language, when get the warning message.
i guess the DropDown meun after finished animation, will set its state?
The text was updated successfully, but these errors were encountered: