I get the next error:
$ npm run start-hot
> [email protected] start-hot /home/jn/electron-react-boilerplate
> cross-env HOT=1 NODE_ENV=development electron -r babel-register -r babel-polyfill ./main.development
[15544:0628/225148:ERROR:CONSOLE(20584)] "Uncaught Error: Cannot find module "./App"", source: chrome-extension://redux-devtools/js/devpanel.bundle.js (20584)
It looks redux-devtools-extension v2.2.0 changes, the chrome.storage.local is not supported on Electron. I've send a PR for that.
Thanks, @jhen0409 for comment. I edited the output with redux-devtools-extension updated. The log is a little different.
Should I send a issue to redux-devtools-extension?
It seems my fault, and @zalmoxisus has not checked. 馃槀
Please wait https://github.com/zalmoxisus/redux-devtools-extension/pull/151.
It should fixed in redux-devtools-extension v2.2.0.3.
Most helpful comment
It should fixed in redux-devtools-extension v2.2.0.3.