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
I am importing Checkbox and TextField from redux-form-material-ui, like this:
import { Checkbox, TextField } from "redux-form-material-ui";
Getting a warning in console:
Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details.
Please update the following components: Checkbox, DatePicker, EnhancedButton, EnhancedSwitch, EnhancedTextarea
I tried running
npm install --save redux-form-material-ui
and am presently on version: [email protected]
I initially thought that the message comes from redux-form-material-ui using these hooks. However, when I search this repository for the hook names I can't find anything! Where is the message coming from?
The text was updated successfully, but these errors were encountered:
Hi!
I am importing Checkbox and TextField from redux-form-material-ui, like this:
import { Checkbox, TextField } from "redux-form-material-ui";
Getting a warning in console:
I tried running
npm install --save redux-form-material-ui
and am presently on version: [email protected]
I initially thought that the message comes from redux-form-material-ui using these hooks. However, when I search this repository for the hook names I can't find anything! Where is the message coming from?
The text was updated successfully, but these errors were encountered: