JSPlaygrounds
JSPlaygrounds copied to clipboard
Redux.createStore is not a function
Redux.createStore is not a function.
const reducer = () => [];
const store = Redux.createStore(reducer);
what would be the issue ?