You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When defining a route param with an underscore suffix (e.g. $owner_), the param does not update when navigating between links that change the param value. Instead, the first visited value is “stuck” and reused, even though the URL changes.
Which project does this relate to?
Router
Describe the bug
When defining a route param with an underscore suffix (e.g. $owner_), the param does not update when navigating between links that change the param value. Instead, the first visited value is “stuck” and reused, even though the URL changes.
Your Example Website or App
https://stackblitz.com/edit/github-z1rasdxr-lgf2emct?file=src%2Froutes%2Ftest%2F%24owner_%2Froute.tsx
Steps to Reproduce the Bug or Issue
Expected behavior
When navigating to the link with owner: "x2", the rendered params should update to { owner: "x2" }
Screenshots or Videos
Tanstack.Router.param.bug.-.StackBlitz.-.Google.Chrome.2025-09-17.17-47-13.mp4
Platform
Additional context
No response