Nested routes inside programmatically generated Routes #10645
Unanswered
Ettorebigm
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.
-
Hi all
I figured out that this way to nest Routes inside a programmatically generated list of Routes is not appropriate, as not working:
`{activities.map((act, index) => (
))}`
Instead , it works if I remove those nested routes and outside i create the following:
`{activities.map((act, index) => (
Is it the proper way to achieve this behaviour ?
Beta Was this translation helpful? Give feedback.
All reactions