TanStackT
TanStack3y ago
1 reply
wet-aqua

isPending is true by default without query.

I want to show a loading message while isPending is true but its true by default, so what could i do?
if(isPending) return <p>Loading...</p>
Was this page helpful?