react-sidenav icon indicating copy to clipboard operation
react-sidenav copied to clipboard

Dev Tools Warning

Open lr001dev opened this issue 4 years ago • 0 comments

Hello, so I'm getting this warning that is associated with you plugin:

componentWillMount has been renamed, and is not recommended for use...
 Move code with side effects to componentDidMount, and set initial state in the constructor.
* Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.

Is this being addressed?

lr001dev avatar Jul 22 '20 23:07 lr001dev