angular-redux / ng-redux

Angular bindings for Redux
MIT License
1.16k stars 177 forks source link

When using middleware the reducer doesn't keep the state preservation #123

Open diegomary opened 7 years ago

diegomary commented 7 years ago

please observe the following repo: https://github.com/diegomary/ng-reduxincomponent the redux store doesn't preserve the state if a middleware is used. if no middleware is used the behaviour is as expected. Thanks