Skip to content

Commit 78b2844

Browse files
authored
Merge pull request #4813 from BonaventureCJ/patch-2
2 parents 6c8c3a1 + 9573d52 commit 78b2844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/essentials/part-6-performance-normalization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,7 @@ function PostExcerpt({ postId }: PostExcerptProps) {
12151215
export const PostsList = () => {
12161216
const dispatch = useDispatch()
12171217
// highlight-next-line
1218-
const orderedPostIds = useSelector(selectPostIds)
1218+
const orderedPostIds = useAppSelector(selectPostIds)
12191219

12201220
// omit other selections and effects
12211221

0 commit comments

Comments
 (0)