tanstack.com
tanstack.com copied to clipboard
Destination urls in search are broken in Router docs
How to reproduce:
- Go to https://tanstack.com/router/latest/docs/framework/react/overview
- Use the search box in the sidebar to search for anything (e.g.
LinkComponent) - Click on the first result
- The href is https://tanstack.com/router/v1/docs/api/router/linkComponent which redirects back to the Overview page
The issue:
The framework param is not included in the urls in the search result.
The correct path is: https://tanstack.com/router/v1/docs/framework/react/api/router/linkComponent