Skip to content

Commit 711c8b4

Browse files
committed
remove todo
1 parent 9a274b0 commit 711c8b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/toolkit/src/createSlice.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ interface ReducerHandlingContextMethods<State> {
243243
*/
244244
exposeAction(
245245
name: string,
246-
// TODO: see if there's a way to get the actual type cleanly
247246
actionCreator: unknown,
248247
): ReducerHandlingContextMethods<State>
249248
/**
@@ -259,7 +258,6 @@ interface ReducerHandlingContextMethods<State> {
259258
*/
260259
exposeCaseReducer(
261260
name: string,
262-
// TODO: see if there's a way to get the actual type cleanly
263261
reducer: unknown,
264262
): ReducerHandlingContextMethods<State>
265263
/**

0 commit comments

Comments
 (0)