import { call, put, takeLatest } from 'redux-saga/effects'; import { fetchUserInfoAPI } ... yield take("SOME_ACTION"); yield fork(saga);.
確定! 回上一頁