JSPlaygrounds icon indicating copy to clipboard operation
JSPlaygrounds copied to clipboard

Redux.createStore is not a function

Open Balasnest opened this issue 7 years ago • 0 comments

Redux.createStore is not a function.

const reducer = () => [];
const store = Redux.createStore(reducer);

what would be the issue ?

Balasnest avatar Jun 27 '17 06:06 Balasnest