Replies: 1 comment 5 replies
-
No, I don't think so. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! 👋
Here's the use case:
I have a text editor and I'm offline. I write some text, which creates mutations as I type (there is a debounce time)
Mutation 1:
Mutation 2:
Mutation 3:
And when I'm back online, all 3 will be executed – while I'd like to execute only the last one.
Is there an easy solution for this in React Query?
Beta Was this translation helpful? Give feedback.
All reactions