-
-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade <Link> to reflect changes for dynamic routing #250
Comments
Thanks to report it! This will be solved in the next release! |
With the PR I've done it solves at the moment all the dynamic routes except the case of using a custom server. The reason is that Next.js now forces an error when the An alternative to solve this would be to change the middleware to redirects. Maybe I can merge the current PR leaving the custom server part for another PR later so that it doesn't block. What do you think about this @shunkakinoki ? |
@aralroca Thanks for the awesome work as always!!! |
I reopen the issue because although I have merged the PR because it didn't block, we still need to solve the navigation with dynamic-routing + custom server |
@shunkakinoki I prereleased the PR under 0.17.3-canary.4 if you want to try it. |
Thank you so much! You're the best |
From version 9.5.7 of Next.js, the Next.js I share the documentation on the subject: https://github.com/vercel/next.js/pull/18067/files This means that maybe we can deprecate the It is still experimental, and we will have to make several tests before. So for the moment, I don't close this issue. But for me, it makes sense to evolve around here, since the same functionality that I implemented will now be in the Next.js core. |
Hi once again! Thanks for the awesome project
Since v9.5.3, it seems like the component was updated for dynamic routing,
making the prop
as=
behave ashref=
Updating the canary package to reflect this would be great!
Links:
vercel/next.js#16774
vercel/next.js#16634
The text was updated successfully, but these errors were encountered: