backbone-redux
backbone-redux copied to clipboard
Issue initializing -> (0 , _reduxDevtools.devTools) is not a function
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