admin管理员组

文章数量:1352810

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 "list" as id so that it opens modal automatically, is there a way to make intercepting route only catch exact route, or is there a way to temporarily disable it.

本文标签: nextjsNextJS intercepting routes mismatch static routes with dynamic oneStack Overflow