next.js
35f60806 - Re-enable legacyBehavior and passHref on Link (#84500)

Commit
151 days ago
Re-enable legacyBehavior and passHref on Link (#84500) In https://github.com/vercel/next.js/pull/83003, `legacyBehavior` and `passHref` were removed from `<Link>`. However, this turned out to be a bit premature—despite most usage being covered by the newer `<Link>` APIs, there's some use cases we don't yet have good alternatives for. We expect to solve this with an API that uses Fragment Refs once they're available in React. For now, we're re-enabling these flags. --------- Co-authored-by: JJ Kasper <jj@jjsweb.site>
Author
Parents
Loading