Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bingex/ea1080896547e089759bad2d6989c420 to your computer and use it in GitHub Desktop.
Save bingex/ea1080896547e089759bad2d6989c420 to your computer and use it in GitHub Desktop.
import {cancel} from 'redux-saga/effects';
function* stopUploadMediaWorker(action) {
yield cancel(action);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment