Wierd behaviour, isPending from useSession not triggering
Im using
nextJS 15.2isPending is always
true (sometimes) , it doesn't change to false even after network request is done const { data, isPending } = authClient.useSession();
console.log(isPending)nextJS 15.2true