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 77fb33d commit d97ec8eCopy full SHA for d97ec8e
docs/rtk-query/api/created-api/hooks.mdx
@@ -335,7 +335,7 @@ type UseMutationResult<T> = {
335
data?: T // Returned result if present
336
error?: unknown // Error result if present
337
endpointName?: string // The name of the given endpoint for the mutation
338
- fulfilledTimestamp?: number // Timestamp for when the mutation was completed
+ fulfilledTimeStamp?: number // Timestamp for when the mutation was completed
339
340
// Derived request status booleans
341
isUninitialized: boolean // Mutation has not been fired yet
0 commit comments