nextjs– category –
-
nextjs
[解決] useEffect supabase getUser in Next.js
[解決] useEffect supabase getUser in Next.js useEffect(() => { supabase.auth.getUser().then((res) => { setUserId(res.data.user?.id) }) .catch((err) => { console.error(err) }) }, []) or const hogehoge = async (e: FormEvent<HTM... -
nextjs
[解決] If you are not trying to use TypeScript, please remove the tsconfig.json file from your package root (and any TypeScript files in your pages directory).
[解決] If you are not trying to use TypeScript, please remove the tsconfig.json file from your package root (and any TypeScript files in your pages directory). yarn buildすると出る ❯ yarn build yarn run v1.22.19 $ next build info - Loade...
1