diff --git a/docs/framework/react/guides/advanced-ssr.md b/docs/framework/react/guides/advanced-ssr.md index eb9e384c8e..aabadb0e32 100644 --- a/docs/framework/react/guides/advanced-ssr.md +++ b/docs/framework/react/guides/advanced-ssr.md @@ -194,7 +194,7 @@ export default function Posts() { // child to , data will be available immediately either way const { data } = useQuery({ queryKey: ['posts'], - queryFn: () => getPosts() + queryFn: () => getPosts(), }) // This query was not prefetched on the server and will not start