Wierd behaviour, isPending from useSession not triggering

 const { data, isPending } = authClient.useSession();
console.log(isPending)

Im using nextJS 15.2

isPending is always true (sometimes) , it doesn't change to false even after network request is done
Was this page helpful?