react-code-dataset / next.js /test /development /app-dir /cache-components-dev-errors /app /page.tsx
| import Link from 'next/link' | |
| export default async function Page() { | |
| return <Link href="/no-error">To /no-error</Link> | |
| } | |
| import Link from 'next/link' | |
| export default async function Page() { | |
| return <Link href="/no-error">To /no-error</Link> | |
| } | |