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 0e62b3e commit 75befccCopy full SHA for 75befcc
docs/tutorials/essentials/part-5-async-logic.md
@@ -545,8 +545,8 @@ import { ReactionButtons } from './ReactionButtons'
545
import { fetchPosts, selectAllPosts, selectPostsStatus } from './postsSlice'
546
547
export const PostsList = () => {
548
- const dispatch = useAppDispatch()
549
// highlight-start
+ const dispatch = useAppDispatch()
550
const posts = useAppSelector(selectAllPosts)
551
const postStatus = useAppSelector(selectPostsStatus)
552
0 commit comments