Skip to content
Advertisement

Tag: redux-devtools

Getting Redux DevTools To Work

I followed the tutorial, however, am getting the console error: “Error : Expected the reducer to be a function” Here is my ( relevant ) configuration: WEBPACK.CONFIG.JS: INDEX.JS: CONFIGURESTORE.JS: CONFIGURESTORE.DEV.JS: Im not clear on what I am doing wrong. Thanks Answer Having a redux dev tools log monitor over my page was a little bit frustrating. So I found an

Advertisement