We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a597441 commit 2100b8cCopy full SHA for 2100b8c
modules/components/Route.js
@@ -8,7 +8,6 @@ var withoutProperties = require('../helpers/withoutProperties');
8
*/
9
var RESERVED_PROPS = {
10
handler: true,
11
- name: true,
12
path: true,
13
children: true // ReactChildren
14
};
0 commit comments