Does Parallel/Intercepting routing has maximum available counts in same layout.tsx file?
Unanswered
Cape lion posted this in #help-forum
Cape lionOP
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..?
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..?