angular-redux / form

Keep your Angular2+ form state in Redux
MIT License
41 stars 15 forks source link

CombineReducers throwing an error when using connect directive #39

Closed ghost closed 6 years ago

ghost commented 7 years ago

https://github.com/reactjs/redux/blob/master/src/combineReducers.js#L47 in combineReducers is causing an issue as it does not recognize newly added form state keys

smithad15 commented 7 years ago

This is also mentioned in #6. The library still works, however because it is injecting a new key into the root state, combineReducers doesn't like that. It's on the list to fix for v7 but you should be still good to use it for now.