File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ var withoutProperties = require('../helpers/withoutProperties');
4
4
var transitionTo = require ( '../helpers/transitionTo' ) ;
5
5
var makeHref = require ( '../helpers/makeHref' ) ;
6
6
7
+ /**
8
+ * A map of <Link> component props that are reserved for use by the
9
+ * router and/or React. All other props are used as params that are
10
+ * interpolated into the link's path.
11
+ */
7
12
var RESERVED_PROPS = {
8
13
to : true ,
9
14
className : true ,
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ var Promise = require('es6-promise').Promise;
16
16
17
17
/**
18
18
* A map of <Route> component props that are reserved for use by the
19
- * router. All other props are considered "static" props and are passed
20
- * through to the route handler.
19
+ * router and/or React . All other props are considered "static" and
20
+ * are passed through to the route handler.
21
21
*/
22
22
var RESERVED_PROPS = {
23
23
location : true ,
You can’t perform that action at this time.
0 commit comments