Skip to content

Commit

Permalink
docs: remove errant comma in useSuspenseQuery docs (#11614)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryqdineen authored Feb 21, 2024
1 parent aa7b6a2 commit f39392d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/useSuspenseQuery-result.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ A function that enables you to re-execute the query, optionally passing in new `

To guarantee that the refetch performs a network request, its `fetchPolicy` is set to `network-only` (unless the original query's `fetchPolicy` is `no-cache` or `cache-and-network`, which also guarantee a network request).

Calling this function will cause the component to re-suspend, , unless the call site is wrapped in [`startTransition`](https://react.dev/reference/react/startTransition).
Calling this function will cause the component to re-suspend, unless the call site is wrapped in [`startTransition`](https://react.dev/reference/react/startTransition).

</td>
</tr>
Expand Down

0 comments on commit f39392d

Please sign in to comment.