Skip to content

Commit

Permalink
Use @alpha designation for toPromise on QueryReference
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jan 26, 2024
1 parent 3199bb7 commit a80245e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react/internal/cache/QueryReference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export interface QueryReference<TData = unknown, TVariables = unknown> {
* }
* ```
*
* @experimental
* @alpha
*/
toPromise(): Promise<QueryReference<TData, TVariables>>;
}
Expand Down

0 comments on commit a80245e

Please sign in to comment.