Replies: 2 comments
-
might be a bug, please create a github issue for this |
Beta Was this translation helpful? Give feedback.
0 replies
-
Created: #5431 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I cant understand this case, is it working as designed?
Look on this modified app: https://stackblitz.com/edit/tanstack-router-fvzrqsze?file=vite.config.js
As you can see i created virtual routes. Device history route has similar PATH but its not direct child of parent, it shares only part of url, not layout.
But it still requires me to put
<Outlet />
in/device/$id
to be able to see device history route.Is that bug or works as designed?
Beta Was this translation helpful? Give feedback.
All reactions