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
fix(types): Add undefined return type in onMutate (#2089)
* onMutate callback add void in return type
* Add core type
* return type void to undefined
* onMutate return type change 'Promise<TContext> | Promise<undefined> | TContext | undefined'
0 commit comments