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
As mentioned by @pyphilia, it would be nice to export the mutations already typed for typescript users.
This would minimise the use of useMutation<undefined, undefined, undefined, SomeType>(MUTATION_KEYS.PATCH_APP_DATA)
The text was updated successfully, but these errors were encountered:
As mentioned by @pyphilia, it would be nice to export the mutations already typed for typescript users.
This would minimise the use of
useMutation<undefined, undefined, undefined, SomeType>(MUTATION_KEYS.PATCH_APP_DATA)
The text was updated successfully, but these errors were encountered: