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 6fcaab4 + f88c75b commit 71242aeCopy full SHA for 71242ae
docs/tutorials/essentials/part-6-performance-normalization.md
@@ -1525,7 +1525,7 @@ export const selectPostsStatus = (state: RootState) => state.posts.status
1525
export const selectPostsError = (state: RootState) => state.posts.error
1526
1527
// highlight-start
1528
-export const addPostsListeners = (startListening: AppStartListening) => {
+export const addPostsListeners = (startAppListening: AppStartListening) => {
1529
startAppListening({
1530
actionCreator: addNewPost.fulfilled,
1531
effect: async (action, listenerApi) => {
0 commit comments