finalM
finalM
TTCTheo's Typesafe Cult
Created by finalM on 2/1/2025 in #questions
Await auth()?
https://youtu.be/d5x0JCZbAJs?feature=shared&t=4501 1:15:00 Curious as to why Theo doesn't need to await auth as so:
const user = await auth();
const user = await auth();
I get Property 'userId' does not exist on type 'Promise<Auth>' If I don't do it
4 replies
TTCTheo's Typesafe Cult
Created by finalM on 2/7/2024 in #questions
Accessing a component's state from a different page (app router)
No description
7 replies