We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af388a8 commit 30c79d8Copy full SHA for 30c79d8
docs/start/framework/react/authentication.md
@@ -95,7 +95,7 @@ TanStack Start provides secure HTTP-only cookie sessions:
95
96
```tsx
97
// utils/session.ts
98
-import { useSession } from '@tanstack/react-start'
+import { useSession } from '@tanstack/react-start/server'
99
100
type SessionData = {
101
userId?: string
0 commit comments