manually updating the cache react query #6212
Unanswered
coderbahrom
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am facing a problem with updating the cache without invalidating the query
here is my code the bodyData is my submitting data Id is the id
` const mutation = () => {
}
const {mutate:editMutate}=useMutation(mutation(),{
})`
Beta Was this translation helpful? Give feedback.
All reactions