I bootstrapped the Chrome Extension I am working on from npx create-react-app my-app --template redux-typescript and am trying to use Redux Dev Tools to debug it. So, my project uses Redux Toolkit's configureStore() method which is different from the traditional redux method of createStore(). I am also running on Windows in case that may be relevant.
npx create-react-app my-app --template redux-typescript
configureStore()
createStore()
It works right out of the box when I develop Web Apps but it does not seem to be working out of the box for debugging a Chrome Extension.
I've found Redux Dev Tools to be incredibly useful in the past for debugging so any help to get it working would be greatly appreciated!
2.1m questions
2.1m answers
60 comments
57.0k users