Dominic Surrao
Results
2
comments of
Dominic Surrao
`delay()` should be defined in `sagas.js` and exported: ``` export const delay = (ms) => new Promise(res => setTimeout(res, ms)) ``` also, `incrementAsync()` should yield a call to `delay()`, this...
I am getting the same error. Is there a fix planned for this?