We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed4f08 commit 63f1be5Copy full SHA for 63f1be5
modules/Route.js
@@ -41,7 +41,7 @@ var Route = React.createClass({
41
propTypes: {
42
path: string,
43
ignoreScrollBehavior: bool,
44
- handler: component,
+ handler: component, // deprecated
45
component,
46
components,
47
getComponents: func
0 commit comments