Skip to content

Commit

Permalink
docs: remove suspense reference to useQuery (#7640)
Browse files Browse the repository at this point in the history
useQuery has no suspense option
  • Loading branch information
alexander-svendsen authored Jun 28, 2024
1 parent febbde6 commit 87c8e01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/framework/react/reference/useSuspenseQuery.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const result = useSuspenseQuery(options)

The same as for [useQuery](../useQuery), except for:

- `suspense`
- `throwOnError`
- `enabled`
- `placeholderData`
Expand Down

0 comments on commit 87c8e01

Please sign in to comment.