react-code-dataset
/
next.js
/test
/production
/app-dir
/deopted-into-client-rendering-warning
/app
/page.tsx
| import { cookies } from 'next/headers' | |
| export default async function Home() { | |
| await cookies() | |
| return null | |
| } | |