dvdzkwsk/react-redux-starter-kit

Error on dev:nw

neverfox opened this issue · 3 comments

I get the following redbox (Chrome Version 45.0.2454.99 (64-bit)) right off the bat when I run npm run dev:nw:

TypeError: Cannot read property 'location' of undefined
createDevToolsWindow
http://localhost:3000/app.5e06e61d60684546aa6e.js?5e06e61d60684546aa6e:2496:7
Root.renderDevTools
http://localhost:3000/app.5e06e61d60684546aa6e.js?5e06e61d60684546aa6e:4252:42
Root.proxiedMethod
http://localhost:3000/app.5e06e61d60684546aa6e.js?5e06e61d60684546aa6e:5348:31
Root.render
http://localhost:3000/app.5e06e61d60684546aa6e.js?5e06e61d60684546aa6e:4283:28
Root.proxiedMethod
http://localhost:3000/app.5e06e61d60684546aa6e.js?5e06e61d60684546aa6e:5348:31
Root.tryRender
http://localhost:3000/app.5e06e61d60684546aa6e.js?5e06e61d60684546aa6e:1151:32
ReactCompositeComponentMixin._renderValidatedComponentWithoutOwnerOrContext
http://localhost:3000/vendor.5e06e61d60684546aa6e.js?5e06e61d60684546aa6e:25834:35
ReactCompositeComponentMixin._renderValidatedComponent
http://localhost:3000/vendor.5e06e61d60684546aa6e.js?5e06e61d60684546aa6e:25854:33
wrapper
http://localhost:3000/vendor.5e06e61d60684546aa6e.js?5e06e61d60684546aa6e:2806:22
ReactCompositeComponentMixin.mountComponent
http://localhost:3000/vendor.5e06e61d60684546aa6e.js?5e06e61d60684546aa6e:25467:31

If you allow pop-ups in chrome the problem goes away (Did for me anyway).

image

@neverfox does what @vildehav said fix your issue?

ptim commented

Allowing popups fixes the issue for me, thanks!