The redux dev tool was working perfectly and it just stopped working. I have version 2.2.0.2 When I inspect the Redux DevTools I get this error:
window.bundle.js:20095 Uncaught Error: Cannot find module "./App"
There is nothing in the stack trace...


I am having the same issue. There must be a bug in the new version.
I have blank Redux tab in 2.2.0.2 as well. Works fine on my other chrome where I still have 2.2.0.1 of Redux. How can I get back to 2.2.0.1?
Fixed in https://github.com/zalmoxisus/redux-devtools-extension/pull/151, please update the extension to 2.2.0.3. Please refer to https://github.com/zalmoxisus/redux-devtools-extension/issues/150 if there are any other problems.
Most helpful comment
Fixed in https://github.com/zalmoxisus/redux-devtools-extension/pull/151, please update the extension to
2.2.0.3. Please refer to https://github.com/zalmoxisus/redux-devtools-extension/issues/150 if there are any other problems.