redux-devtools icon indicating copy to clipboard operation
redux-devtools copied to clipboard

Chrome extension stop update redux states

Open hadarby opened this issue 3 years ago • 7 comments
trafficstars

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().)

hadarby avatar Feb 16 '22 11:02 hadarby

Do you see any actions in the extension or is it just the state that's not showing?

Methuselah96 avatar Feb 17 '22 22:02 Methuselah96

No. It just stopped working on chrome.

image

I downloaded Firefox and installed the extension and it works there. I don't have pending update to chrome.

hadarby avatar Feb 20 '22 07:02 hadarby

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.

yaswanthmaddula-sureify avatar Feb 24 '22 10:02 yaswanthmaddula-sureify

@Methuselah96 Today the extension on Firefox stopped updating. I can only see the initial state of redux store.

hadarby avatar Feb 24 '22 10:02 hadarby

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 avatar Mar 16 '22 05:03 gamedevsam

@gamedevsam You may be experiencing https://github.com/reduxjs/redux-devtools/issues/1081.

Methuselah96 avatar Mar 16 '22 11:03 Methuselah96