redux-saga-beginner-tutorial icon indicating copy to clipboard operation
redux-saga-beginner-tutorial copied to clipboard

notice at gitbook add 'all' effect

Open livelikeabel opened this issue 7 years ago • 0 comments

2018-03-08 16 46 06

please notice import 'all' from 'redux-saga/effects'

sagas.js import { put, call, takeEvery } from 'redux-saga/effects' => import { put, call, takeEvery, all } from 'redux-saga/effects'

livelikeabel avatar Mar 08 '18 07:03 livelikeabel