-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
redux-form and create-react-app not working #325
Comments
@nguyenchanhnghia This is actually due to the React version being over In short, update to version |
@tbash thanks for support. |
@nguyenchanhnghia you're welcome. Also there are additional breaking changes here: https://github.com/erikras/redux-form/releases/tag/v6.0.0-rc.4 If you're interested in sticking with the stable version (v5) you can use this: redux-form/redux-form#1441 (comment) |
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.The text was updated successfully, but these errors were encountered: