question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Redux DevTools not working, showing "No store found. Make sure to follow the instructions."

See original GitHub issue

Prerequisites

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)

  1. Clone and install project like instructed here: https://github.com/electron-react-boilerplate/electron-react-boilerplate#install

  2. Run yarn dev

  3. Click on the Redux tab in the dev console

  4. 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

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:10
  • Comments:14 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
nikandlvcommented, Jul 17, 2020

Same issue on a fresh generated project

Read more comments on GitHub >

github_iconTop Results From Across the Web

"No store found" when using Redux chrome extension
I've got the solution from here. The right code is : import {createStore, applyMiddleware, compose} from 'redux'; import rootReducer from '.
Read more >
Since this morning I'm getting "No store found. Make sure to ...
We have the same problem No store found. Make sure to follow the instructions. occurs a lot now (Chrome 69) when clicking on...
Read more >
No store found. Make sure to follow the instructions. | by Tan Dat
I have to right click on Redux Devtools Extension -> Open Remote DevTools -> Then ... No store found. Make sure to follow...
Read more >
redux-devtools-extension - Bountysource
No store found. Make sure to follow the instructions. (Firefox, first launch devtools) $ 0. Created 1 year ago in zalmoxisus/redux-devtools-extension with 0 ......
Read more >
configureStore - Redux Toolkit
* The store enhancers to apply. See Redux's `createStore()`. * All enhancers will be included before the DevTools Extension enhancer. * If ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found