Type issue in the search params of the Link component
Hello, I have a question about the search param type. The search param keys are inferred in <Link /> props, but the values are always "unknown." Is there a reason for this? Or did I do something wrong?



4 Replies
spiritual-aqua•7mo ago
What does your
/demo/tanstack-query route definition look like?fair-roseOP•7mo ago
It's there in one of the images I uploaded
rival-black•7mo ago
Search Params | TanStack Router Solid Docs
Similar to how TanStack Query made handling server-state in your React and Solid applications a breeze, TanStack Router aims to unlock the power of URL search params in your applications. 🧠 If you ar...
fair-roseOP•7mo ago
Thank you so much; it actually helped