Open affemaen opened 7 years ago
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
I've tried removing the react-hot-loader and different versions of redux-immutable