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 using create-react-app and redux-form but is not working.
inside form i define const {fields: {email, password, captcha}, handleSubmit} = this.props;
and in input <input name="email" class="form-control" type ="text" {...email}/> but when i submit form this error. How i can use redux form in app.