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.
