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
In react v16.12 has warning: Warning: componentWillReceiveProps has been renamed, and is not recommended for use. ... Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. ... Please update the following components: Dock, JSONNestedNode, JSONTree, LogMonitor
The text was updated successfully, but these errors were encountered:
In react v16.12 has warning:
Warning: componentWillReceiveProps has been renamed, and is not recommended for use.
...Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work.
...Please update the following components: Dock, JSONNestedNode, JSONTree, LogMonitor
The text was updated successfully, but these errors were encountered: