Chrome error "chrome runned out of memory" react

Viewed 14
export default function* RepPrimarySaga(){

    yield race([getFilterRepPrimarySaga(),FilterRepPrimarySaga(),listRepPrimarySaga(),updateRepPrimaryDataSaga()])
}
0 Answers
Related