Solid.js + tanstack/solid-query multiple refetch problem on error #8955
Unanswered
PetrAlexkulakov
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
-
Hi all, I'm using tanstack for client-server communication. And I'm turning the hook to createMemo if I want it to be re-mounted when I change query-params. But, for some reason, if such a hook receives an error from the server, it mounts infinitely many times. How to solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions