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 29f8092 commit abc1932Copy full SHA for abc1932
packages/toolkit/src/tests/getDefaultMiddleware.test.ts
@@ -7,13 +7,14 @@ import type {
7
ThunkDispatch,
8
Dispatch,
9
} from '@reduxjs/toolkit'
10
-import { MiddlewareArray, configureStore } from '@reduxjs/toolkit'
+import { configureStore } from '@reduxjs/toolkit'
11
import { thunk } from 'redux-thunk'
12
import type { ThunkMiddleware } from 'redux-thunk'
13
14
import { expectType } from './helpers'
15
16
import { buildGetDefaultMiddleware } from '@internal/getDefaultMiddleware'
17
+import { MiddlewareArray } from '@internal/utils'
18
19
const getDefaultMiddleware = buildGetDefaultMiddleware()
20
0 commit comments