`useSession` with React's `use` Suspense semantics
Does anyone have an implementation of
useSession
that doesn't return an isLoading
and instead just throws an error and redirects to login if the session is inactive?1 Reply
Hey! Was curious if you found any info on this.