Any idea how can I fix the yield put(push('/')); in sagas/session. Currently I get a history is not defined error. Another issue how to travel back after a location change ? I think the two problems are related. React router + redux is a bit unclear now that redux stuff are merged in router core.
Hello,
Any idea how can I fix the
yield put(push('/'));
in sagas/session. Currently I get a history is not defined error. Another issue how to travel back after a location change ? I think the two problems are related. React router + redux is a bit unclear now that redux stuff are merged in router core.Thanks