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.
2 parents 10359a5 + 19a7b19 commit ef749cfCopy full SHA for ef749cf
docs/api/mixins/State.md
@@ -71,7 +71,6 @@ var Tab = React.createClass({
71
render: function () {
72
var isActive = this.isActive(this.props.to, this.props.params, this.props.query);
73
var className = isActive ? 'active' : '';
74
- var link = Link(this.props);
75
var link = (
76
<Link {...this.props} />
77
);
0 commit comments