next.js/test/production/error-hydration/pages/no-error.tsx
no-error.tsx10 lines144 B
import Link from 'next/link'

export default function Page() {
  return (
    <p>
      <Link href="/with-error">click me</Link>
    </p>
  )
}
Quest for Codev2.0.0
/
SIGN IN