You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While gcTime for mutations is planned note that it's not about matching UseQueryOptions and UseMutationOptions 😄 . For example, I don't think it makes much sense to preserve mutation results if there is no key because they won't be a way to retrieve it
Extend Mutation with
gcTime
(already implemented for Query).UseMutationOptions:
https://github.com/posva/pinia-colada/blob/main/src/use-mutation.ts#L50
UseQueryOptions:
https://github.com/posva/pinia-colada/blob/main/src/query-options.ts#L124
The text was updated successfully, but these errors were encountered: