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 1192682 commit 151811fCopy full SHA for 151811f
docs/api/mixins/ActiveState.md
@@ -39,7 +39,7 @@ var Tab = React.createClass({
39
40
updateActiveState: function () {
41
this.setState({
42
- isActive: Tab.isActive(routeName, params, query)
+ isActive: Tab.isActive(this.props.to, this.props.params, this.props.query)
43
})
44
},
45
0 commit comments