#Link Component is requiring search prop
12 messages · Page 1 of 1 (latest)
ok, this wasn't a custom link component though, imported strait from tanstack
can you share type for navigation array
same error if you set type to string
you can remove as const and set type to ```
{
href: RegisteredRoutesInfo["routePaths"];
name: ReactNode | string;
}[]
I knew this was typesafe, but dang
we had a whole discussion about it, will see be added to docs