We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Motivation: sometimes need to debug what happens in case of a race between different requests.
The text was updated successfully, but these errors were encountered:
Hi @Tsimopak , I think this can be achieved by implementing a custom fetch function and adding a delay in it:
https://zenstack.dev/docs/reference/plugins/tanstack-query#context-provider
The fetch function has access to the entire request so you can determine when to inject the delay too. What do you think?
Sorry, something went wrong.
No branches or pull requests
Motivation: sometimes need to debug what happens in case of a race between different requests.
The text was updated successfully, but these errors were encountered: