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 ca51896 commit bc24392Copy full SHA for bc24392
docs/api/createListenerMiddleware.mdx
@@ -397,7 +397,7 @@ export const listenerMiddleware = createListenerMiddleware()
397
398
export const startAppListening =
399
listenerMiddleware.startListening as TypedStartListening<RootState>
400
-export const addAppListener = addListener as TypedAddListenern<RootState>
+export const addAppListener = addListener as TypedAddListener<RootState>
401
```
402
403
Then import and use those pre-typed methods in your components.
0 commit comments