Which project does this relate to?
Router
Describe the bug
getRouteApi is unable to math paths when called from a _ folder that.
Your Example Website or App
https://github.com/AshotN/TanStack-Router-routeAPIBug
Steps to Reproduce the Bug or Issue
- Clone provided repo
- Navigate to
http://localhost:3000/dir/123. Notice it works
- Navigate to
http://localhost:3000/dir/123/file. Fails
Expected behavior
I would expect both paths to be able to read the param {id: 123}
Screenshots or Videos
No response
Platform
- Router / Start Version: 1.132.23
Additional context
No response
Which project does this relate to?
Router
Describe the bug
getRouteApiis unable to math paths when called from a_folder that.Your Example Website or App
https://github.com/AshotN/TanStack-Router-routeAPIBug
Steps to Reproduce the Bug or Issue
http://localhost:3000/dir/123. Notice it workshttp://localhost:3000/dir/123/file. FailsExpected behavior
I would expect both paths to be able to read the param
{id: 123}Screenshots or Videos
No response
Platform
Additional context
No response