ng-redux
ng-redux copied to clipboard
When using middleware the reducer doesn't keep the state preservation
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