mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 05:09:43 +02:00
fix: Fix router synchronization with redux store
This commit is contained in:
parent
1fda1bc687
commit
381146b991
19 changed files with 157 additions and 47 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue