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.
2 parents 2887d9b + f1b779f commit 7456360Copy full SHA for 7456360
src/app/state/modalFocusMiddleware.ts
src/app/state/store.tsx
@@ -4,15 +4,13 @@ import * as reduxLogger from "redux-logger";
4
import {AppState, rootReducer} from "./reducers";
5
import {userConsistencyCheckerMiddleware} from "./userConsistencyChecker";
6
import {notificationCheckerMiddleware} from "../services/notificationManager";
7
-import {modalFocusMiddleware} from "./modalFocusMiddleware";
8
9
// @ts-ignore
10
const composeEnhancers = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ || compose;
11
12
export const middleware: Middleware[] = [
13
userConsistencyCheckerMiddleware,
14
notificationCheckerMiddleware,
15
- modalFocusMiddleware,
16
thunk,
17
];
18
0 commit comments