Skip to content

Commit e3df8b1

Browse files
authored
docs: Update useQuery.md (#3281)
was missing the placeholderData field on the `useQuery` options signature... but its listed in detail on the latter part of the page.
1 parent d8c46ce commit e3df8b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/pages/reference/useQuery.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ const {
3939
onError,
4040
onSettled,
4141
onSuccess,
42+
placeholderData,
4243
queryKeyHashFn,
4344
refetchInterval,
4445
refetchIntervalInBackground,

0 commit comments

Comments
 (0)