We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c994176 commit 57957f1Copy full SHA for 57957f1
1 file changed
examples/demo/src/app/page-client.tsx
@@ -6,7 +6,7 @@ import Link from 'next/link';
6
import { useRouter } from 'next/navigation';
7
8
export default function PageClient() {
9
- const user = useUser({ or: "anonymous" });
+ const user = useUser();
10
const router = useRouter();
11
const app = useStackApp();
12
0 commit comments