zalmoxisus / redux-devtools-extension

Redux DevTools extension.
MIT License
13.48k stars 1.01k forks source link

Redux devtools blank after clicking "Trace" on undefined action, removing and reinstalling did not fix it #855

Open cheryllium opened 1 year ago

cheryllium commented 1 year ago

Okay, this is partly my mistake because I think I caused an error in the devtools, but I really need help getting it back to the regular state.

What happened was I noticed that it apparently had no action selected (it was showing undefined) and stupidly I clicked "Trace" on this, and then it went blank.

Since then, it's been blank and nothing I try to do will get it back. I tried restarting the browser and even tried removing and reinstalling Redux devtools. Upon the reinstall, I got the "No store found" message for a second, but then it went blank again.

This extension was just working perfectly fine so I know it's not a problem with how the code is set up in my application. I really think I broke it by clicking "Trace" because that's when the problem started, and for some reason I think it is stuck in the error state.

Please help... is there any way to reset it to get it back to a working state?