TanStackT
TanStack6mo ago
3 replies
excited-coffee

Problem with displaying child routes in the Outlet

Hi, I've ran into a problem, where my child routes instead of displaying in the place of the Outlet, just display as a whole new page. I have a dashboard and I want to display content of for e.g settings next to the sidebar, but instead the settings route displays without the sidebar.
My file structure:
/dashboard
  index.tsx - main dashboard component with a sidebar
  settings.tsx - content that I want to display next to the sidebar
Was this page helpful?