redux-saga-beginner-tutorial icon indicating copy to clipboard operation
redux-saga-beginner-tutorial copied to clipboard

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

Open emmanuelbitang opened this issue 4 years ago • 0 comments

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

emmanuelbitang avatar Sep 12 '21 16:09 emmanuelbitang