redux-saga-beginner-tutorial
redux-saga-beginner-tutorial copied to clipboard
Uncaught TypeError: (0 , _sagas.helloSaga) is not a function

Im having error on this lines of code, I tried adding the parenthesis and removing it seems it still persist. I also removed the default from the sagas.js.
sagaMiddleware.run(helloSaga()); sagaMiddleware.run(rootSaga());