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
Apologies in advance if this is open elsewhere - I've looked and looked and don't see this TextField problem reported with these latest versions.
dll.vendor.js:27096 Warning: Unknown props `active`, `asyncValidating`, `dirty`, `invalid`, `pristine`, `valid`, `visited` on <input> tag. Remove these props from the element. For details, see https://fb.me/react-unknown-prop
in input (created by TextField)
in div (created by TextField)
in TextField (created by ReduxFormMaterialUITextField)
in ReduxFormMaterialUITextField (created by ConnectedField)
in ConnectedField (created by Connect(ConnectedField))
in Connect(ConnectedField) (created by Field)
in Field (created by UserFormImpl)
in form (created by UserFormImpl)
in div (created by UserFormImpl)
in UserFormImpl (created by Form(UserFormImpl))
in Form(UserFormImpl) (created by Connect(Form(UserFormImpl)))
in Connect(Form(UserFormImpl)) (created by ReduxForm)
in ReduxForm (created by Connect(ReduxForm))
in Connect(ReduxForm) (created by RouterContext)
in div (created by TransitionChild)
in TransitionChild (created by ReactTransitionGroup)
Steps to reproduce
Will provide if needed
Versions
Material-UI: 0.15.2
React: 15.2.1
Redux-Form-Material-UI: 3.0.0
The text was updated successfully, but these errors were encountered:
Those properties are not injected by the <TextField />. It needs to be fixed an another level, may be the ReduxFormMaterialUITextField one.
The TextField isn't supposed to receive those properties in the first place.
Problem description
Apologies in advance if this is open elsewhere - I've looked and looked and don't see this TextField problem reported with these latest versions.
Steps to reproduce
Will provide if needed
Versions
The text was updated successfully, but these errors were encountered: