different layouts between root path and /<some-path> while sharing root
Picture shares my ideal route tree, but children wont match to root path, so I can only accomplish this imperatively in render fn and chose which layout to render based on router state. Hoping to accomplish this with code based routing

2 Replies
vicious-gold•2y ago
what does "children wont match to root path" mean?
what did you try so far, what worked, what did not?
conscious-sapphireOP•2y ago
Solved my own problem creating a reproduction :), will leave it here anyways incase anyone else goes down the same bad path i did