Does Parallel/Intercepting routing has maximum available counts in same layout.tsx file? #67446
Unanswered
devcra-aaron
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I use Parallel/Intercepting routing and add that into layout.tsx.
It works well up to four, but doesn't work smoothly from five.
There were no code mistakes at all, and the structure was the same.
I made it come out when the 5th modal clicked, but if I go to the page that contains that route, I get only the 5th modal right away without changing the page url navigation. Routing for 5 modals is currently placed with children in the same layout.tsx file.
FYI, two are 1 depth and two are 2 depth.
and fifth modal is 1 depth.
so.. 1 depth route maximun count is two..?
Please answer for my question. Thank you. :)
Beta Was this translation helpful? Give feedback.
All reactions