mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-06 04:19:20 +00:00
fix(client): missing isRefetching type in react useSession (#5166)
This commit is contained in:
@@ -87,6 +87,7 @@ export function createAuthClient<Option extends ClientOptions>(
|
||||
useSession: () => {
|
||||
data: Session;
|
||||
isPending: boolean;
|
||||
isRefetching: boolean;
|
||||
error: BetterFetchError | null;
|
||||
refetch: (queryParams?: { query?: SessionQueryParams }) => void;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user