We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Router
I am attempting to update only the path params from the current route, but the params are not updating. This seems to work for search params.
search
https://stackblitz.com/edit/tanstack-router-hjja2d?file=src%2Froutes%2Fposts.%24postId.tsx
Path params to get replaced when navigating to '.'.
No response
This might be related to #2415, but I wasn't sure since that is using navigate instead of a link.
navigate
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Which project does this relate to?
Router
Describe the bug
I am attempting to update only the path params from the current route, but the params are not updating. This seems to work for
search
params.Your Example Website or App
https://stackblitz.com/edit/tanstack-router-hjja2d?file=src%2Froutes%2Fposts.%24postId.tsx
Steps to Reproduce the Bug or Issue
Expected behavior
Path params to get replaced when navigating to '.'.
Screenshots or Videos
No response
Platform
Additional context
This might be related to #2415, but I wasn't sure since that is using
navigate
instead of a link.The text was updated successfully, but these errors were encountered: