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 e022b82 commit dfdddffCopy full SHA for dfdddff
modules/components/Link.js
@@ -81,7 +81,7 @@ class Link extends React.Component {
81
var props = assign({}, this.props, {
82
href: this.getHref(),
83
className: this.getClassName(),
84
- onClick: this.handleClick
+ onClick: this.handleClick.bind(this)
85
});
86
87
if (props.activeStyle && this.getActiveState())
0 commit comments