react-redux-todo icon indicating copy to clipboard operation
react-redux-todo copied to clipboard

Cannot read property 'apply' of undefined Error when open htttp://localhost:7000

Open varshard opened this issue 7 years ago • 1 comments

I got following error when open http://localhost:7000.

Uncaught TypeError: Cannot read property 'apply' of undefined
    at bundle.js:37751
    at createStore (bundle.js:37068)
    at configureStore (bundle.js:41966)
    at Object.<anonymous> (bundle.js:41973)
    at __webpack_require__ (bundle.js:556)
    at fn (bundle.js:87)
    at Object.<anonymous> (bundle.js:18355)
    at __webpack_require__ (bundle.js:556)
    at fn (bundle.js:87)
    at Object.<anonymous> (bundle.js:591)

varshard avatar Jul 13 '17 04:07 varshard