redux-saga / redux-saga-beginner-tutorial

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

Delay issue #68

Closed ankushkatiyar closed 4 years ago

ankushkatiyar commented 4 years ago

Hi I clicked on "Increment after 1 sec" and I got error of delay

Screenshot 2020-04-30 at 8 21 30 PM
ankushkatiyar commented 4 years ago

I fixed this issue using import { delay } from 'redux-saga' You also need to update this in the repo

Thanks