nested router, root leads to 404
I wish have the waterfall effect on rendering parent -> child components but I'm facing an issue with the following configuration. When I navigate to
I've tried doing the same as the docs:
parent is a wrapper component and contains sub-components including it's root:
In my case,
and
How can I achieve this?
Why does this configuration cause 404 ?
/flashcards I get redirected to Page404.I've tried doing the same as the docs:
parent is a wrapper component and contains sub-components including it's root:
In my case,
Flashcards is the wrapper componentFlashcardsOverview is the component which should render when navigating to /flashcardsand
FlashcardCollectionsView should render as a child component of FlashcardsOverview when navigating to /flashcards/collection/:idHow can I achieve this?
Why does this configuration cause 404 ?
