T
TanStack12mo ago
stormy-gold

Typescript error at useNavigate with params

After update to the latest version I see Typescript errors on navigate with params. Has someone had similar issues?
const spaceIndexRoute = createRoute({
getParentRoute: () => rootRoute,
path: '/space/$spaceId',
component: Space,
});
const spaceIndexRoute = createRoute({
getParentRoute: () => rootRoute,
path: '/space/$spaceId',
component: Space,
});
No description
1 Reply
deep-jade
deep-jade12mo ago
can you please provide a minimal complete example e.g. by forking one of the existing examples on stackblitz?

Did you find this page helpful?