Skip to content

Commit 63f1be5

Browse files
committed
Add deprecated comment
1 parent 2ed4f08 commit 63f1be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/Route.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var Route = React.createClass({
4141
propTypes: {
4242
path: string,
4343
ignoreScrollBehavior: bool,
44-
handler: component,
44+
handler: component, // deprecated
4545
component,
4646
components,
4747
getComponents: func

0 commit comments

Comments
 (0)