-
-
Notifications
You must be signed in to change notification settings - Fork 10.5k
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
Relative Path Links not working #10998
Comments
Fixed by #11006 - will be available in the next release 👍 |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
I've verified this is working. Thank you! |
I think that the documentation is a bit ambiguous on this point:
Would it be possible to update the docs to clarify that |
What version of Remix are you using?
2.2.0
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
Open
http://localhost:3000/users/kody/notes
Notice the "Back to Kody" link changes based on whether you're on
/users/kody/notes
vs/users/kody/notes/whatever
.More info here: https://www.loom.com/share/0e7be5f39c4e4e58afacc96feb0fc730
Trying to add this to the users/kody/notes route and it's not working the way I want:
Expected Behavior
I expect to be able to use relative="path" and have that be relative to the path of the route I'm rendering within. As @ryanflorence said:
Actual Behavior
The relative path is currently relative to the url
The text was updated successfully, but these errors were encountered: