Open AndreaGProg opened 4 years ago
I have the same warning - Warning: componentWillReceiveProps has been renamed, and is not recommended for use.
The componentWillReceiveProps() method is being deprecated. Please update this component to avoid this warning.
Hi,
Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details.
npx react-codemod rename-unsafe-lifecycles
in your project source folder.Please update the following components: TimePicker