diff --git a/_posts/2016-07-13-mixins-considered-harmful.md b/_posts/2016-07-13-mixins-considered-harmful.md index b0de43b5..6d72758c 100644 --- a/_posts/2016-07-13-mixins-considered-harmful.md +++ b/_posts/2016-07-13-mixins-considered-harmful.md @@ -489,6 +489,8 @@ var RouterMixin = { }; var Link = React.createClass({ + mixins: [RouterMixin], + handleClick: function(e) { e.stopPropagation();