rurusgit

Results 2 issues of rurusgit

In section "Making Asynchronous calls" : ``` export default function* rootSaga() { yield all([ helloSaga(), watchIncrementAsync() ]) } ``` Q: It throw an error as follow ``` uncaught at rootSaga...