We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b355cd4 commit a5d4070Copy full SHA for a5d4070
src/test/state/userConsistencyChecker.test.tsx
@@ -1,6 +1,6 @@
1
+import "../../app/state/actions"; // very annoying but this needs to be imported early to avoid a cyclic dependency issue
2
import {getUserId, setUserId} from "../../app/state/userConsistencyCheckerCurrentUser";
3
import {ACTION_TYPE} from "../../app/services/constants";
-
4
import {userConsistencyCheckerMiddleware} from "../../app/state/userConsistencyChecker";
5
import {AnyAction, Dispatch, MiddlewareAPI} from "redux";
6
0 commit comments