How is the 'parent' prop on the Router component supposed to be used? #303
-
There seems to be no documentation on this prop. |
Beta Was this translation helpful? Give feedback.
Answered by
molefrog
Nov 22, 2023
Replies: 1 comment
-
Thanks, sorry for my long reply. I've added it to the README. Btw, we've just published the v3.0.0-rc.1 that removes |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
molefrog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks, sorry for my long reply. I've added it to the README.
Btw, we've just published the v3.0.0-rc.1 that removes
parent
prop and makes it easier to nest routes.parent
prop is no longer needed because a Router will always inherit from its parent.