Skip to content

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
TkDodo committed Jun 19, 2024
1 parent 0ae229b commit bda8a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/framework/react/guides/advanced-ssr.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export default function Posts() {
// child to <Posts>, 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
Expand Down

0 comments on commit bda8a54

Please sign in to comment.