-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
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
Steps to Reproduce the Bug or Issue
- Navigate to Owner X1
- Navigate to Owner X2
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
- Router / Start Version: 1.131.44
- OS: Windows
- Browser: Chrome
- Browser Version: 139.0.7258.155
- Bundler: vite
- Bundler Version: 6.3.5
Additional context
No response
lbartroli
Metadata
Metadata
Assignees
Labels
No labels