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 eaba345 commit 804c4e4Copy full SHA for 804c4e4
doc/00 Guides/AdvancedUsage.md
@@ -18,7 +18,7 @@ Coupled with a smart code splitting tool like [webpack](http://webpack.github.io
18
var CourseRoute = {
19
path: 'course/:courseId',
20
21
- getChildRoutes(state, callback) {
+ getChildRoutes(location, callback) {
22
require.ensure([], function (require) {
23
callback(null, [
24
require('./routes/Announcements'),
0 commit comments