Multiple layouts for a single route file #9651
Unanswered
Tushar-Gautam
asked this question in
Q&A
Replies: 1 comment
-
I also wondered how to do it and finished with such a workaround. It works, but I'm not sure whether it's acceptable in remix. I'm using routes as folders |-- _foo |
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.
-
I want to use 2 layouts for my faq route, the layouts are _full and _bodyContainer and the route is
_full.faq-> route.tsx
.Now i want to use _full as well as __bodyContainer with the route,tried various permutations but its not working.How to resolve this.
Beta Was this translation helpful? Give feedback.
All reactions