fix: Fix router synchronization with redux store
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { call, put, select, take } from 'redux-saga/effects';
|
||||
import { push } from 'redux-first-history';
|
||||
import { push } from '../../../lib/redux-router';
|
||||
|
||||
import request from '../request';
|
||||
import selectors from '../../../selectors';
|
||||
|
||||
Reference in New Issue
Block a user