16leog

Results 1 issues of 16leog

if you're doing this on the latest nextjs version, you'll probably run into a problem when using user to flag a notFound, in this case instead of if(!user.name) do if(!user?.name)