Solid.js + tanstack/solid-query multiple refetch problem on error
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?


1 Reply
can you make a ticket w/ repro in the solid-query repo?