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
TypedUseMutationTrigger is a helpful wrapper for MutationTrigger (thanks for adding it by the way! It resolved an issue I was facing). However, the name is inconsistent. TypedUseMutation is a wrapper for UseMutation. The extra Use breaks the parallel naming structure.
The text was updated successfully, but these errors were encountered:
huh, good spot - that's annoying, as renaming it is technically a breaking change. in the linked PR i've currently included a deprecated alias to indicate the change, but considering it's only been available for 2 days I'm tempted to just forgo that as i imagine the number of users affected will be very small
edit: just hard renaming it, counting it as a bug fix
TypedUseMutationTrigger
is a helpful wrapper forMutationTrigger
(thanks for adding it by the way! It resolved an issue I was facing). However, the name is inconsistent.TypedUseMutation
is a wrapper forUseMutation
. The extraUse
breaks the parallel naming structure.The text was updated successfully, but these errors were encountered: