v0.13 related (maybe) bug
See original GitHub issueFirst, thank you for your newly released version. : ) I’ve waited dependency updated version.
BTW, I tried it very clean cloning and following steps as described in README
yarn
yarn dev
But unfortunatley, it is failed.

console log
yarn dev 1.8m Fri May 25 10:35:45 2018
yarn dev v0.24.6
$ cross-env START_HOT=1 node -r babel-register ./internals/scripts/CheckPortInUse.js && cross-env START_HOT=1 npm run start-renderer-dev
> electron-react-boilerplate@0.13.3 start-renderer-dev /Users/doortts/repos/electron-react-boilerplate
> cross-env NODE_ENV=development node --trace-warnings -r babel-register ./node_modules/webpack-dev-server/bin/webpack-dev-server --config webpack.config.renderer.dev.js
Starting Main Process...
> electron-react-boilerplate@0.13.3 start-main-dev /Users/doortts/repos/electron-react-boilerplate
> cross-env HOT=1 NODE_ENV=development electron -r babel-register ./app/main.dev.js
[91249:0525/103605.437925:ERROR:CONSOLE(0)] "Failed to load https://chrome-devtools-frontend.appspot.com/serve_file/@7accc8730b0f99b5e7c0702ea89d1fa7c17bfe33/product_registry_impl/product_registry_impl_module.js: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'chrome-devtools://devtools' is therefore not allowed access. The response had HTTP status code 404.", source: chrome-devtools://devtools/bundled/inspector.html?remoteBase=https://chrome-devtools-frontend.appspot.com/serve_file/@7accc8730b0f99b5e7c0702ea89d1fa7c17bfe33/&can_dock=true&toolbarColor=rgba(223,223,223,1)&textColor=rgba(0,0,0,1)&experiments=true (0)
[91249:0525/103605.438022:ERROR:CONSOLE(22)] "Empty response arrived for script 'https://chrome-devtools-frontend.appspot.com/serve_file/@7accc8730b0f99b5e7c0702ea89d1fa7c17bfe33/product_registry_impl/product_registry_impl_module.js'", source: chrome-devtools://devtools/bundled/inspector.js (22)
[91249:0525/103605.438501:ERROR:CONSOLE(105)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/inspector.js (105)
[91249:0525/103605.438564:ERROR:CONSOLE(105)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/inspector.js (105)
[91249:0525/103605.438604:ERROR:CONSOLE(105)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/inspector.js (105)
[91249:0525/103605.438639:ERROR:CONSOLE(105)] "Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/inspector.js (105)
2018-05-25 10:36:11.351 Electron Helper[91254:3822492] Couldn't set selectedTextBackgroundColor from default ()
devtools log
VM114:2 Uncaught TypeError: Cannot read property 'state' of undefined
at unliftState (<anonymous>:2:31678)
at getState (<anonymous>:2:31745)
at redux-logger.js:1
at Object.eval [as dispatch] (index.js:14)
at Object.dispatch (<anonymous>:2:1620)
at ProxyComponent.ConnectedRouter._this.handleLocationChange (ConnectedRouter.js:33)
at ProxyComponent.componentWillMount (ConnectedRouter.js:47)
at callComponentWillMount (react-dom.development.js:11393)
at mountClassInstance (react-dom.development.js:11476)
at updateClassComponent (react-dom.development.js:13037)

Issue Analytics
- State:
- Created 5 years ago
- Reactions:6
- Comments:8 (2 by maintainers)
Top Results From Across the Web
v0.13 related (maybe) bug · Issue #1570 · electron-react-boilerplate ...
This bug is related with redux devtools. ----> configureStore.dev.js - window.REDUX_DEVTOOLS_EXTENSION. When I change this dev store to production store, ...
Read more >v0.13 Bug Reports | TaleWorlds Forums
Post every bug you find with v0.13 in this thread. Try to be as detailed as possible when posting descriptions of bugs.
Read more >v0.13 :: Dig or Die 総合掲示板 - Steam Community
Modify texts (turrets & weapons tooltips & help, related to the cooldown). Dig or Die v0.13 (build 109). BUG FIX - BUG: replace...
Read more >The New Features, Changes, Improvements, and Bugs in ...
The New Features, Changes, Improvements, and Bugs in macOS 13 Ventura for Blind and Low Vision Users. By Tyler, 24 October, 2022.
Read more >[0.23.5] KerbCam v0.13 (camera pathing tool for videos) - Page 2 ...
Hello, I have a bug to report with version 0.9. It is causing "[Exception]: InvalidOperationException: Collection was modified; enumeration operation may ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Ahh yes, the devtools need to be updated: See https://github.com/chentsulin/electron-react-boilerplate/wiki/DevTools#devtools-extension
I was having the same problem on v0.13 and
UPGRADE_EXTENSIONS=1 yarn devfixed it 👍