Solid Router Nested Urls
Having trouble getting my nested Urls to show up. I have layout files that I want to have for only a group of urls, but when I try what the docs say nothing shows up.
2 Replies
Can you send a tree/list of your file/directory structure? Should look something like
group.tsx
for layout and group/inside_group.tsx
for page. If you don't want the layout to have it's own deeper level, (group).tsx
and (group)/inside_group.tsx
keeps it at the same level
(/group/inside_group
as the page URL vs just /inside_group
)Maybe you have destructured props in the layout?