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
Although the docs do not cover onSuccess, it was working in ^4.35.3 and I do not see any mention of deprecation (actually saw it used in some example)
see below
const assistantsQuery = createQuery({ enabled: true, ... onSuccess: () => { console.log("hi") // not happening } });
onSuccess should work, so should on settled if the network endpoint finishes
Every time
No response
macOS
svelte-query
5.28.13
vanilla js
The text was updated successfully, but these errors were encountered:
I guess this will be related to https://barrymichaeldoyle.com/blog/tanstack-v5 so not a bug, but a feature
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Although the docs do not cover onSuccess, it was working in ^4.35.3 and I do not see any mention of deprecation (actually saw it used in some example)
Your minimal, reproducible example
see below
Steps to reproduce
Expected behavior
onSuccess should work, so should on settled if the network endpoint finishes
How often does this bug happen?
Every time
Screenshots or Videos
No response
Platform
macOS
Tanstack Query adapter
svelte-query
TanStack Query version
5.28.13
TypeScript version
vanilla js
Additional context
No response
The text was updated successfully, but these errors were encountered: