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
The React dependency of the configuration UI should be upgrade to the latest version.
In the latest version, some lifecycle method are deprecated. Classes using these function should be refactored, thus, deprecation warnings are resolved.
componentWillReceiveProps is deprecated since React 16.9.0
componentWillMount is deprecated since React 16.9.0
The text was updated successfully, but these errors were encountered:
The React dependency of the configuration UI should be upgrade to the latest version.
In the latest version, some lifecycle method are deprecated. Classes using these function should be refactored, thus, deprecation warnings are resolved.
The text was updated successfully, but these errors were encountered: