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
atomWithQuery
The code below creates additional fetches for failed endpoints when the component unmounts.
The default situation:
Component
@kalijonn please let me know how I can help to solve this as soon as possible. Is there a way how to disable such behaviour?
The text was updated successfully, but these errors were encountered:
Merge pull request #93 from jotaijs/kj/refetch-on-error
cc7e0c1
bug: #92 reset query via query instead of using resetQueries on client
fixed in #93. v0.8.8 released.
Sorry, something went wrong.
No branches or pull requests
The code below creates additional fetches for failed endpoints when the component unmounts.
The default situation:
atomWithQuery
used in someComponent
Component
is mounted and fetch is executed with a failed resultComponent
gets unmounted (for example route change) and jotai unmount together with tanstack reset is executed@kalijonn please let me know how I can help to solve this as soon as possible. Is there a way how to disable such behaviour?
The text was updated successfully, but these errors were encountered: