Benjamin

Results 2 issues of Benjamin

Thanks for this implementation ! But we have an issue regarding the expected behavior ```javascript const loggerMiddleware = store => next => action => { console.log('prev state', action.type, store.getState()); next(action);...