How to exclude specific routes from parent layout component in TanStack Router? #5032
Unanswered
ibnTofajjal
asked this question in
Q&A
Replies: 0 comments
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.
-
Problem
I have a route structure where I want most authenticated routes to use a shared
_authenticated
layout, but I need the settings page to use its own custom layout instead of inheriting the parent layout.Current Route Structure
Current Behavior
Expected Behavior
NOTE:
Restructuring the folder hierarchy isn't feasible due to the project's current size and complexity.
Beta Was this translation helpful? Give feedback.
All reactions