redux-devtools
redux-devtools copied to clipboard
Chrome extension stop update redux states
Hi, I am using the extension from chrome store and today it just stopped working and updating the store info. the state does update in the app I just can't see it in the extension. I tried to find a solution to this case hope for any help.
(I'm using redux-toolkit so I created my store with configureStore() and not createStore().)
Do you see any actions in the extension or is it just the state that's not showing?
No. It just stopped working on chrome.

I downloaded Firefox and installed the extension and it works there. I don't have pending update to chrome.
I am also facing the same issue. It just stopped working. Neither can I see the state nor the actions. This is in chrome browser.
@Methuselah96 Today the extension on Firefox stopped updating. I can only see the initial state of redux store.
Same, I get actions and their names, but the state doesn't reflect what's in my stores anymore.
Update: The issue only seems to occur on the version from the Chrome web store. I manually installed the latest version (3.0.10) and it's working correctly again. Strange.
@gamedevsam You may be experiencing https://github.com/reduxjs/redux-devtools/issues/1081.