RoutePaths removed
Hi there I’ve been using the solution from:
https://github.com/TanStack/router/discussions/1719#discussioncomment-10524796
to provide type safety for my menu items in my sidebar.
My current approach looks like this:
`
But now I’m getting this error:
What’s the best approach to handle this situation now?
GitHub
How to ensure a pathname variable is part of my routeTree ? · TanS...
I have a use-case where a global component shows a "go back" link. I'd like to configure the target of this go back link per Route. Instead of moving the component from a global layou...
0 Replies