backbone-redux icon indicating copy to clipboard operation
backbone-redux copied to clipboard

Issue initializing -> (0 , _reduxDevtools.devTools) is not a function

Open ruaneg opened this issue 5 years ago • 0 comments

Hi,

I've tried running as per Auto example, but I'm getting a console error on init: Uncaught TypeError: (0 , _reduxDevtools.devTools) is not a function

for: const finalCreateStore = compose(devTools())(createStore);

Ive used the example auto setup. I figure its to do with the Redux/React versions. I've tried to match the versions to what you have: "redux": "^3.0.0", "redux-devtools": "^3.4.0"

Cheers Gary

ruaneg avatar Jun 26 '19 09:06 ruaneg