#x

1 messages · Page 1 of 1 (latest)

bright crest
#

Yeah, let me know if it works out

#

Huzzah

#

Likely because dashboard.tsx is a layout and isn't rendering a <Outlet> component. Is that so?

#

Nah, I mean layout route. Any route that doesn't end in _index is implicitly a layout route.

What is the contents of dashboard.tsx?

#

Yeah, replace dashboard content with <Outlet/> and it should behave the way you expect.