We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308aa7e commit 59eef10Copy full SHA for 59eef10
packages/query-core/src/types.ts
@@ -525,7 +525,6 @@ export interface QueryObserverBaseResult<
525
> {
526
/**
527
* The last successfully resolved data for the query.
528
- * - Defaults to `undefined`.
529
*/
530
data: TData | undefined
531
@@ -976,12 +975,10 @@ export interface MutationObserverBaseResult<
976
975
> extends MutationState<TData, TError, TVariables, TContext> {
977
978
* The last successfully resolved data for the mutation.
979
980
981
982
983
* The variables object passed to the `mutationFn`.
984
985
986
variables: TVariables | undefined
987
0 commit comments