$ errors.fyi/nextjs/no-html-link-for-pages 128 namespaces · 4,025 codes
nextjs · nextjs/no-html-link-for-pages
no-html-link-for-pages

No HTML Link for Pages

A raw HTML <a> element was used to link to an internal page route instead of the next/link component. Using <a> for internal navigation triggers a full page reload, losing client-side state and skipping prefetching. Replace with the Link component from 'next/link'.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT