Why is getParentRoute necessary in nested routes? #3948
Unanswered
youknowriad
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When defining nested routes, one has to define
getParentRoute
for each child route, but also useparentRoute.addChildren( childRoute )
. This feels like a duplication, why is this necessary?Beta Was this translation helpful? Give feedback.
All reactions