Skip to content
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

Unable to have redux-form working #157

Open
mimiz opened this issue Oct 30, 2017 · 0 comments
Open

Unable to have redux-form working #157

mimiz opened this issue Oct 30, 2017 · 0 comments

Comments

@mimiz
Copy link

mimiz commented Oct 30, 2017

Hi,

I just wanted to try a simple thing, I cloned the repo, add redux-form yarn add redux-form create a simple contact form (as the redux form documentation says) then try to display the form, but I have this error :

makeAssimilatePrototype.js:21 Uncaught TypeError: Cannot set property valid of #<ReduxForm> which has only a getter

And then no other code works on the app (I mean like counter is not working)
I think the problem comes from this code :
LoginForm = reduxForm({ // a unique name for the form form: 'login', })(LoginForm);

because if I comment it, i do not have the error and all other code is working well, here is the code :

https://github.com/mimiz/demo-redux-form
Note I'm using node 8.7.0 and yarn 1.2.1
If anyone can help, would appreciate.

Regards

Rémi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant