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 1235d52 + ff65194 commit 55a93f2Copy full SHA for 55a93f2
packages/toolkit/src/createSlice.ts
@@ -16,7 +16,7 @@ import type {
16
import { createReducer } from './createReducer'
17
import type { ActionReducerMapBuilder, TypedActionCreator } from './mapBuilders'
18
import { executeReducerBuilderCallback } from './mapBuilders'
19
-import type { Id, Tail, TypeGuard } from './tsHelpers'
+import type { Id, TypeGuard } from './tsHelpers'
20
import type { InjectConfig } from './combineSlices'
21
import type {
22
AsyncThunk,
0 commit comments