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 7cc5fc5 commit 51a269bCopy full SHA for 51a269b
src/app/redux/store.ts
@@ -6,7 +6,7 @@ import rootReducer from './reducers';
6
import { IStore } from './IStore';
7
import { createLogger } from 'redux-logger';
8
9
-export function configureStore(history, initialState?: IStore): Redux.Store<IStore> {
+export function configureStore(history, initialState?: IStore): Redux.Store<{}> {
10
11
const middlewares: Redux.Middleware[] = [
12
routerMiddleware(history),
0 commit comments