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 10359a5 commit 19a7b19Copy full SHA for 19a7b19
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