Tab groups with multiple parallel routes (at starting path) #80166
Unanswered
m-salman-afzal
asked this question in
App Router
Replies: 0 comments
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 have a directory structure like this:
where layout.tsx could contain:
So, my question is, should I be able to get the render from slot page b and slot (c) pages d or e (depending upon the route which could be a/d or a/e). Note that I want the page from slot b to appear on both cases. As it stands now, I get 404.
If I put a page.tsx at slot c, it renders only that page and not anything else.
Beta Was this translation helpful? Give feedback.
All reactions