Skip to content

Commit 67e2902

Browse files
authored
Merge pull request #2118 from FaberVitale/fix/alm-#2105
2 parents c87f803 + f43f316 commit 67e2902

File tree

1 file changed

+1
-1
lines changed
  • examples/action-listener/counter/src

1 file changed

+1
-1
lines changed

examples/action-listener/counter/src/store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export type AppDispatch = typeof store.dispatch
3131

3232
export type AppListenerEffectAPI = ListenerEffectAPI<RootState, AppDispatch>
3333

34-
export type AppStartListening = TypedStartListening<RootState>
34+
export type AppStartListening = TypedStartListening<RootState, AppDispatch>
3535
export type AppAddListener = TypedAddListener<RootState>
3636

3737
export const startAppListening =

0 commit comments

Comments
 (0)