We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a77da commit 0acd4a9Copy full SHA for 0acd4a9
contributors.yml
@@ -31,3 +31,4 @@
31
- turansky
32
- underager
33
- vijaypushkin
34
+- sanketshah19
docs/faq.md
@@ -37,7 +37,7 @@ function withRouter(Component) {
37
38
## Why does `<Route>` have an `element` prop instead of `render` or `component`?
39
40
-We mentioned this [in the migration guide from v5 to v6](../guides/migrating-5-to-6#advantages-of-route-element), but it's worth repeating here.
+We mentioned this [in the migration guide from v5 to v6](./upgrading/v5.md#advantages-of-route-element), but it's worth repeating here.
41
42
In React Router v6 we switched from using v5's `<Route component>` and `<Route render>` APIs to `<Route element>`. Why is that?
43
0 commit comments