Skip to content

Commit

Permalink
Add since block to toPromise
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Apr 1, 2024
1 parent e2df6bc commit 7803aa0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/react/internal/cache/QueryReference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ export interface QueryReference<TData = unknown, TVariables = unknown> {
* // ...
* }
* ```
*
* @since 3.9.0
*/
toPromise(): Promise<QueryReference<TData, TVariables>>;
}
Expand Down

0 comments on commit 7803aa0

Please sign in to comment.