cuzfrog / retryOnMount-error-demo

TanStack Query retryOnMount error demo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To show the problem:

start the server npm run dev, and open the browser

Why?

When 2 queries with the same key, the child query's retry propagates the effect to the parent query, which apparently violates the flow direction.

About

TanStack Query retryOnMount error demo.


Languages

Language:CSS 42.3%Language:TypeScript 36.9%Language:JavaScript 10.4%Language:HTML 8.8%Language:Shell 1.7%