diff --git a/modules/components/Route.js b/modules/components/Route.js index b195fb9e8f..b42bccc29c 100644 --- a/modules/components/Route.js +++ b/modules/components/Route.js @@ -8,7 +8,6 @@ var withoutProperties = require('../helpers/withoutProperties'); */ var RESERVED_PROPS = { handler: true, - name: true, path: true, children: true // ReactChildren };