xkawi / react-universal-saga

Universal React Starter Kit ft. Redux Saga
https://react-universal-saga.herokuapp.com
MIT License
186 stars 33 forks source link

fix redux-saga usage for 0.15.3 #15

Closed emil-alexandrescu closed 7 years ago

emil-alexandrescu commented 7 years ago

It was failing here with this error.

Error: join(task): argument 0 is not a valid Task object
(HINT: if you are getting this errors in tests, consider using createMockTask from redux-saga/utils)

I updated redux-saga to latest as well!

I closed last PR by mistake. https://github.com/xkawi/react-universal-saga/pull/14