$name.about.tsx does not render when it should #2789
-
I have this repo and these routes inside: I thought if I visit http://localhost:3000/collection/eden/about, it would render Not sure what I am doing wrong. |
Beta Was this translation helpful? Give feedback.
Answered by
schiller-manuel
Nov 17, 2024
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
schiller-manuel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$name
needs to render an<Outlet>
so that the child route can be rendered there