Electron-react-boilerplate: Uncaught TypeError with redux-devtools

Created on 28 Jun 2016  路  4Comments  路  Source: electron-react-boilerplate/electron-react-boilerplate

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)

Most helpful comment

It should fixed in redux-devtools-extension v2.2.0.3.

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

chie4hao picture chie4hao  路  3Comments

marksalpeter picture marksalpeter  路  3Comments

fandy picture fandy  路  3Comments

kennetpostigo picture kennetpostigo  路  3Comments

cameronb23 picture cameronb23  路  3Comments