-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Layout in folder doesn't work #1150
Copy link
Copy link
Closed
Description
Describe the bug
Currently this works
/_layout/login.tsx -> /login
auth._layout.login.tsx -> /auth/login
Its just that this doesn't work
/auth/_layout/login.tsx -> /auth/layout/login
As you can see on the reproduction link, the _layout in the /auth/ folder is totally ignored by the router, ignoring my layout.
Your Example Website or App
Steps to Reproduce the Bug or Issue
Go on /auth/login, the layout isn't applied.
Expected behavior
Apply the layout on /auth/_layout pages
Screenshots or Videos
No response
Platform
- OS: macOS
- Browser: [Edge]
- Version 114.0.1823.82 (Version officielle) (arm64)
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels