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.

React + Redux + Typescript Chrome Extension Popup Script - Redux Devtools Shows "No Store Found" (Possible Solution?)

See original GitHub issue

Hi @zalmoxisus,

I asked the above question on StackOverflow

One of the responses suggested that when webpack applying ‘uglification’, then window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ in this code breaks.

Instead, using window["__REDUX_DEVTOOLS_EXTENSION_COMPOSE__"] should solve this issue.

Once I applied the above, I could finally see the store from the redux tab in the devtools window. However, my actions are still not being dispatched.

Is this due to my application being a chrome extension popup script? Would using remote-redux-devtool fix the issue here?

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
spirobelcommented, Dec 12, 2021

true. So it is most likely a problem in the remote version. It seems like it is requesting the sources, but cant get them: https://imgur.com/a/BYzR0Nn

1reaction
lbragilecommented, Dec 11, 2021

@spirobel Nope, I have the same issue as you described in your ticket - I just see a blank page in the trace tab when working with the remote redux devtools. However, on another project of mine, I can see the trace for the regular redux devtools. Thus, this is likely a bug with the remote version.

Read more comments on GitHub >

github_iconTop Results From Across the Web

React + Redux + Typescript Chrome Extension Popup Script
When I run in the browser, using npm start ( react-scripts start ), I do see the store in the Redux DevTools extension,...
Read more >
redux devtools chrome extensions - No store found-Reactjs
[Solved]-redux devtools chrome extensions - No store found-Reactjs ... + Typescript Chrome Extension Popup Script - Redux Devtools Shows "No Store Found" ...
Read more >
Fix the Missing Redux DevTools Chrome ExtensionWhen ...
Head over to Redux DevTools from the Chrome instance running the debug localhost server, and hit Remove from Chrome then Install. Next, restart...
Read more >
redux chrome extension - Unisa
Open Chrome DevTools. Found inside – Page ix... measure 236 useCallback Google Chrome DevTools Redux selectors with shallow 237 The React DevTools extension...
Read more >
redux-devtools-extension - Bountysource
React + Redux + Typescript Chrome Extension Popup Script - Redux Devtools Shows "No Store Found" (Possible Solution?) $ 0. Created 1 year...
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