Skip to content

fix(next/link): `passHref` does no longer work in `NavItem` and generates two `<a>`

Christian Ribeaud requested to merge portal-720 into dev

As of NextJS 13 'next/link' exposes a by default, meaning you no longer have to render an anchor element inside the link component. This makes integration with MUI a lot easier.

Merge request reports