You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Glossary.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -204,6 +204,8 @@ The term *route component* refers to a [component](#component) that is directly
204
204
- `route` – The [route](#route) that declared this component
205
205
- `routeParams` – A subset of the [params](#params) that were specified in the route's [`path`](#routepattern)
206
206
207
+
Route components should generally be component classes rather than strings. This will avoid potential issues with passing the injected props above to DOM components.
0 commit comments