4 questions
1
vote
0
answers
52
views
Tab groups inside a modal with parallel & intercepting routes
In Next.js 15, when using Parallel Routes together with Intercepting Routes, is it possible to have Tab Groups inside a Modal?
In my case, when the user clicks a link on the homepage (or any other ...
1
vote
0
answers
30
views
NextJS intercepting routes mismatch static routes with dynamic one
my current folder structure is
app
- data
-- [id]
-- list
- @modal
- data
-- [id]
The issue is when I tried to open "data/list" page, the intercepting routes mistakenly treat &...