Add mixins property to context example (#7277)

This commit is contained in:
Fernando Alex Helwanger
2016-07-14 06:43:47 -03:00
committed by Dan Abramov
parent 710f12e7e3
commit 99adf5da96

View File

@@ -489,6 +489,8 @@ var RouterMixin = {
};
var Link = React.createClass({
mixins: [RouterMixin],
handleClick: function(e) {
e.stopPropagation();