Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small change to note
<Link />
executes server methods (#41577)
I stumbled upon a lack of clarity when using `<Link />` where I believed it didn't execute the server methods before navigation. This change makes it a bit more clear ## Documentation / Examples - [ ] Make sure the linting passes by running `pnpm lint` - [ ] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md) Co-authored-by: Balázs Orbán <[email protected]> Co-authored-by: JJ Kasper <[email protected]>
- Loading branch information