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 c87f803 + f43f316 commit 67e2902Copy full SHA for 67e2902
examples/action-listener/counter/src/store.ts
@@ -31,7 +31,7 @@ export type AppDispatch = typeof store.dispatch
31
32
export type AppListenerEffectAPI = ListenerEffectAPI<RootState, AppDispatch>
33
34
-export type AppStartListening = TypedStartListening<RootState>
+export type AppStartListening = TypedStartListening<RootState, AppDispatch>
35
export type AppAddListener = TypedAddListener<RootState>
36
37
export const startAppListening =
0 commit comments