weather_app_tutorial icon indicating copy to clipboard operation
weather_app_tutorial copied to clipboard

added redux-dev-tools and composeWithDevTools

Open koopcodes opened this issue 7 years ago • 0 comments

As it was written /client/src/store/index.js would only work for me using Chrome browser with the Redux DevTools extension installed. By adding npm package redux-dev-tools to client package.json and some changes to /client/src/store/index.js it now runs in all browsers I was able to test

koopcodes avatar Oct 26 '18 20:10 koopcodes