breadcrumbs with `fullPath` type error
i have this component for breadcrumbs
the
to
param gives me the following error
i don't understand what it's getting at nor why the groups page/layout is singled out
they both have loaders defined like so
the code itself seems to work, and i don't recall hitting this issue before some package upgrade. curious if there's a workaround other than a type ignore1 Reply
exotic-emerald•2mo ago
this is caused by this issue https://github.com/TanStack/router/issues/3005
GitHub
Route.to
: mismatched value and type for index
routes · Issue #...Which project does this relate to? Router Describe the bug The JS value of Route.to has a trailing slash, while the type does not. Your Example Website or App https://stackblitz.com/edit/github-x8v...