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 7783a7a commit 2eb772cCopy full SHA for 2eb772c
docs/framework/react/guides/placeholder-query-data.md
@@ -75,7 +75,7 @@ In some circumstances, you may be able to provide the placeholder data for a que
75
[//]: # 'ExampleCache'
76
77
```tsx
78
-function Todo({ blogPostId }) {
+function BlogPost({ blogPostId }) {
79
const queryClient = useQueryClient()
80
const result = useQuery({
81
queryKey: ['blogPost', blogPostId],
0 commit comments