redux form, все работает, но в консоле теперь красным отображается ошибка Warning: Using UNSAFE_componentWillMount in strict mode is not recommended and may indicate bugs in your code. See https://fb.me/react-unsafe-component-lifecycles for details.
* Move code with side effects to componentDidMount, and set initial state in the constructor.
Please update the following components: Form(DialogForm). Как можно убрать это замечание?
1. обновить redux-form 2. проверить в своем коде наличие componentWillMount и убрать все его использования 3. перестать использовать redux-form
Обсуждают сегодня