Non-nesting layout does not work as expected. How can I ignore the parent layout? #4357
Unanswered
ynifamily3
asked this question in
Q&A
Replies: 1 comment
-
Move |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
stackblitz url: https://stackblitz.com/~/github.com/ynifamily3/non-nesting-example
If the layout of the entire app is like this
<div className='p-6'><Outlet/></div>
,and this is defined in
(app)/route.tsx
.However, I want to build my own layout without padding for a specific url path
/special
.However, I want to place the queue-related files inside
(app)/
.I used the following file structure.
However, padding is applied when accessing
/special
url.Am I using the Non-nesting-layout concept incorrectly? Or is this a bug?
Beta Was this translation helpful? Give feedback.
All reactions