You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To see projects/home.tsx appear in the layout, we'll need an outlet:
./projects/project-layout.tsx
The question is the "./projects/home.tsx" is not inside "./projects/project-layout.tsx", why adding the outlet in the "./projects/project-layout.tsx" will show "./projects/home.tsx"?
The text was updated successfully, but these errors were encountered:
Describe what's incorrect/missing in the documentation
The layout section is confusing.
The question is the
"./projects/home.tsx"
is not inside"./projects/project-layout.tsx"
, why adding the outlet in the"./projects/project-layout.tsx"
will show"./projects/home.tsx"
?The text was updated successfully, but these errors were encountered: