Redux DevTools not working, showing "No store found. Make sure to follow the instructions."
See original GitHub issuePrerequisites
- Using yarn
- Using node 10.x
- Using an up-to-date
masterbranch - Using latest version of devtools. See wiki for howto update
- Tried solutions mentioned in #400
Expected Behavior
Expected Redux DevTools to be usable out of the box.
Current Behavior
When I select the Redux tab in the dev console, I see one sentence stating “No store found. Make sure to follow the instructions.”
Possible Solution
This issue might be related to these:
https://github.com/electron/electron/issues/23662 https://github.com/electron/electron/issues/24011
Steps to Reproduce (for bugs)
-
Clone and install project like instructed here: https://github.com/electron-react-boilerplate/electron-react-boilerplate#install
-
Run
yarn dev -
Click on the Redux tab in the dev console
-
You should see a grey background with the message: “No store found. Make sure to follow the instructions.”
Context
I’m trying to track and understand my application state with Redux DevTools.
Redux DevTools is usable with electron-react-boilerplate version 1.1.0, so I’m not quite sure if the recent switch to Redux-Toolkit or the switch to Electron version 9 broke it.
Your Environment
- Node version : 10.17.0 and 12.18.0
- Version or Branch used : 1.2.0 and master
- Operating System and version : macOS Catalina (10.15.5)
- Link to your project : Happens with the plain boilerplate project (https://github.com/electron-react-boilerplate/electron-react-boilerplate)
Issue Analytics
- State:
- Created 3 years ago
- Reactions:10
- Comments:14 (3 by maintainers)

Top Related StackOverflow Question
Same issue on a fresh generated project
https://github.com/electron-react-boilerplate/electron-react-boilerplate/blob/53dfa8d025d795fa377770b59dbff3390816b7d3/app/main.dev.ts#L73 This is probably breaking on 9.x due to electron/electron#24011.