The click event works fine, but the onmouseover event does not work.
ProfImage = React.createClass({ getInitialState: function() { return { sh
Both the answers above are correct, but you need to bind these method to the class context too!