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 6c8c3a1 + 9573d52 commit 78b2844Copy full SHA for 78b2844
docs/tutorials/essentials/part-6-performance-normalization.md
@@ -1215,7 +1215,7 @@ function PostExcerpt({ postId }: PostExcerptProps) {
1215
export const PostsList = () => {
1216
const dispatch = useDispatch()
1217
// highlight-next-line
1218
- const orderedPostIds = useSelector(selectPostIds)
+ const orderedPostIds = useAppSelector(selectPostIds)
1219
1220
// omit other selections and effects
1221
0 commit comments