You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Implement a catch-all route segment. Using [...idName].
Describe the solution you'd like
Ensure that no other routes are inside a catch-all segment. Modules should not be allowed to load at catch-all segments.
Is your feature request related to a problem? Please describe.
Implement a catch-all route segment. Using
[...idName]
.Describe the solution you'd like
Ensure that no other routes are inside a catch-all segment. Modules should not be allowed to load at catch-all segments.
Describe alternatives you've considered
N/A
Additional context
NextJS Catch All Segment
The text was updated successfully, but these errors were encountered: