italia / design-react-kit

Il toolkit React conforme alle linee guida di design per i siti internet e i servizi digitali della PA.
https://italia.github.io/design-react-kit/
BSD 3-Clause "New" or "Revised" License
156 stars 81 forks source link

[BUG] Full page request with LinkListItem #1013

Closed Virtute90 closed 8 months ago

Virtute90 commented 8 months ago

Describe the bug With the code in this example: https://italia.github.io/design-react-kit/iframe.html?viewMode=story&id=documentazione-menu-di-navigazione-header--page&args=#header-nav when I click on the links ( in the same project) I get a full page request instead of loading the page with a SPA.

Suggestion Replece the html "a" element with the "Link" react's component

Virtute90 commented 8 months ago

Link to example: https://stackblitz.com/edit/github-f3sfg6?file=src%2Fapp.tsx