next.js
next.js copied to clipboard
Escape HTML on "<Link> with <a> child" page
Non-escaped characters is leading this page to attempt to render the title as HTML tags. This change escapes those values so they may present correctly
https://nextjs.org/docs/messages/invalid-new-link-with-extra-anchor
Documentation / Examples
- [x] Make sure the linting passes by running
pnpm build && pnpm lint - [x] The "examples guidelines" are followed from our contributing doc