Koop

Results 2 comments of Koop

I made this go away by installing the Redux Devtools extension for Chrome. There is also an npm package redux-devtools I am going to try for a non-browser dependent solution.

It was successful. Try installing redux-dev-tools as a dev dependency in the client directory then replace client/src/store/index.js with: ``` import { createStore, applyMiddleware } from 'redux'; import createSagaMiddleware from 'redux-saga';...