T
TanStack3y ago
harsh-harlequin

type of `Link to` is any

<Link to='/'>Home</Link>
// ^ (property) to?: any
<Link to='/'>Home</Link>
// ^ (property) to?: any
followed https://tanstack.com/router/v1/docs/quick-start but link to does not seem to provide type information
No description
2 Replies
harsh-harlequin
harsh-harlequinOP3y ago
GitHub
`
Describe the bug in &lt;Link to=&#39;/&#39;&gt;, type of to is any. Your Example Website or App https://stackblitz.com/edit/vitejs-vite-e6p9jc?file=src/App.tsx Steps to Reproduce th...
harsh-harlequin
harsh-harlequinOP3y ago
closing since it's handled in above issue

Did you find this page helpful?