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

popup mode goes blank after refresh

Open boris-jenicek opened this issue 3 years ago • 4 comments

I am sorry to say, it is useless at the moment, when the browser page refreshes it becomes blank, the main redux tool becomes blank.

boris-jenicek avatar Jan 31 '22 15:01 boris-jenicek

I found out that I can use it inside chrome dev tools instead of the popup window and it works in that way.

boris-jenicek avatar Jan 31 '22 16:01 boris-jenicek

I'm sorry that you're having difficulties with the new version of the extension.

I've done a little bit of investigation into this bug and the root issue of the bug has actually always existed even in the old version of the extension. The difference is that as of React 16, React unmounts the whole React component tree if there's an error. So before the error was never handled, but now React is completely removing the UI.

All that to say, I'm working on fixing the bug and I'm sorry that it has caused problems for you.

Methuselah96 avatar Feb 01 '22 02:02 Methuselah96

@Methuselah96 I am also experiencing this bug, but worse than losing the UI, even after I reopen it, my entire toolbar no longer functions (Reset, Revert, Sweep, Commit, Record, Pin, etc.) save for the selection option. The only way I can get it to work again is to reinstall it, so it's basically useless now. Is there any way to install the old version?

maplion avatar Feb 23 '22 21:02 maplion

@maplion Here they have instructions to install the old version: https://github.com/reduxjs/redux-devtools/tree/main/extension#installation. (or: Readme>Documentation>Browser Extension Installation and Configuration>Readme>Installation

maquarius avatar Mar 11 '22 12:03 maquarius