-
Notifications
You must be signed in to change notification settings - Fork 9
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
Problems using redux-form #13
Comments
Your snippet has some syntax issues +import + form return combineReducers({ export default If you have an example repo I could take a look at that |
My bad, it was supposed to look like a git diff. Added an example repo https://github.com/affemaen/react-typescript-boilerplate It combines the form reducer. |
Did you still need assistance with this? I should have time this weekend to look it over |
Managed a workaround by setting and alias for immutable so that redux-form uses the correct import of immutable. Seems to be issues with not using the latest version of react-hot-loader. Have to export the form as a prop for a workaround. I don't have access to the code at the moment but I'll post an example later if more people are having problems. |
I'm having problems adding redux-form(redux-form": "6.7.0") as a reducer. Tried it on react-boilerplate which the boilerplate is forked from and it works fine.
after adding
to reducers.ts
The error I'm getting
![screen shot 2017-05-17 at 14 39 38](https://cloud.githubusercontent.com/assets/2714432/26154190/d4a7a5c4-3b0e-11e7-8ffd-1dfa6e2b5458.png)
I've tried removing the react-hot-loader and different versions of redux-immutable
The text was updated successfully, but these errors were encountered: