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 802af27 commit 0c751efCopy full SHA for 0c751ef
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