Skip to content

Commit 2100b8c

Browse files
committed
[changed] handlers receive route name
1 parent a597441 commit 2100b8c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/components/Route.js

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ var withoutProperties = require('../helpers/withoutProperties');
88
*/
99
var RESERVED_PROPS = {
1010
handler: true,
11-
name: true,
1211
path: true,
1312
children: true // ReactChildren
1413
};

0 commit comments

Comments
 (0)