Skip to content

Commit 6665391

Browse files
committed
Merge pull request #157 from rackt/send-name-to-handlers
[changed] handlers receive route name
2 parents a265b49 + 2100b8c commit 6665391

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/components/Route.js

Lines changed: 0 additions & 1 deletion
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)