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 aae8f0b commit 1bf28aeCopy full SHA for 1bf28ae
README.md
@@ -74,7 +74,7 @@ React.renderComponent((
74
<DefaultRoute handler={Home} />
75
<Route name="about" handler={About} />
76
<Route name="users" handler={Users}>
77
- <Route name="recent-users" path="recent" handler={User} />
+ <Route name="recent-users" path="recent" handler={RecentUsers} />
78
<Route name="user" path="/user/:userId" handler={User} />
79
<NotFoundRoute handler={UserRouteNotFound}/>
80
</Route>
0 commit comments