Gustavo Dominguez

Results 3 comments of Gustavo Dominguez

I solved temporarily by replacing push with **window.location**, it will look like this: ``` import { call } from 'redux-saga/effects'; function* mySagaFunction() { try { const response = yield call(someAPIcall);...

> > I solved temporarily by replacing push with **window.location**, it will look like this: > > ``` > > import { call } from 'redux-saga/effects'; > > > >...

Same issue here! Is there any workaround for this?