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.
2 parents 77fb33d + d97ec8e commit 7af5345Copy full SHA for 7af5345
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