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 0a34f0c commit cc52bd7Copy full SHA for cc52bd7
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