Hey there,
I'm trying to build the pagination for my app and I struggle more than I should. 😅
I use the pagination components from Shadcn/UI and I replaced the a element from PaginationLink with Link from @tanstack/react-router.
It works as expected if I concatenate stuff, but if I try to use the search prop, I get a type error even though it works.
Can anyone help me, please? Thanks!