redux-saga / redux-saga-beginner-tutorial

Redux/Redux-saga beginner tutorial
MIT License
587 stars 544 forks source link

Uncaught TypeError: (0 , _sagas.helloSaga) is not a function #77

Open emmanuelbitang opened 3 years ago

emmanuelbitang commented 3 years ago

image

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());