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
{{ message }}
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
I find useful the debounce parameter in useGet and would appreciate to have it on useMutate too, or i'm i missing the point to achieve this.
Describe the solution you'd like
I'd like to be able to pass a debounce parameter to useMutate like this:
Describe alternatives you've considered
using useDebounceCallback may be an option, but it force me to have another dependencies I don't require otherwise at the moment.
The text was updated successfully, but these errors were encountered:
Indeed, we don’t have any debounce property on useMutate.
So far I don’t really have the time to work on this project anymore but I’m always happy to review PR if you want to take care of this 😃
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is your feature request related to a problem? Please describe.
I find useful the debounce parameter in useGet and would appreciate to have it on useMutate too, or i'm i missing the point to achieve this.
Describe the solution you'd like
I'd like to be able to pass a debounce parameter to useMutate like this:
Describe alternatives you've considered
using useDebounceCallback may be an option, but it force me to have another dependencies I don't require otherwise at the moment.
The text was updated successfully, but these errors were encountered: