Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 324 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 324 Bytes

Bug description

Nextjs Link component causes soft navigation and user may be presented with outdated page. This repo illustrates such problem in very simplified way.

Expected behaviour

Prior Nextjs v13.3.1 this would have worked as expected <Link prefeth={false} href="..">...</Link> would revalidate page data.