redux-saga-devtools-extension
redux-saga-devtools-extension copied to clipboard
Empty devtools tab
Hello, is this project deprecated, or it should be working? In my case extension devtools tab does not show anything, just blank space. (latest chrome, and versions of react, redux and saga library as well)
I'm getting empty list in the effects tab, but it shows the actions tab
I had the same problem, but as Redux Dev Tools extension, you should configure your app main js file (usually main.js, index.js or app.js) to log to panel: follow instructions here.