Hi,
I'd be happy to PR this if someone points me to the correct file but currently if you forget to pass an empty config object to __REDUX_DEVTOOLS_EXTENSION_COMPOSE__({}) you get a really vague error and this could make finding the problem really hard as the app never starts, you don't end up with a useful stacktrace and the error is below. I'd propose adding an error that explains the problem or even better might be to just default the first parameter to empty object.
Uncaught TypeError: a.subscribe is not a function
at init (<anonymous>:1:24948)
at <anonymous>:1:27042
at createStore (createStore.js:51)
at createStore (store.js:33)
at Object../src/index.js (index.js:19)
at __webpack_require__ (bootstrap c7ee569b782a1b33086d:678)
at fn (bootstrap c7ee569b782a1b33086d:88)
at Object.0 (templates.validations.js:23)
at __webpack_require__ (bootstrap c7ee569b782a1b33086d:678)
at bootstrap c7ee569b782a1b33086d:724
at bundle.js:728
Most helpful comment
Plus 1