Invalid react click event onClick under IE11

clipboard.png
clicking on the CAPTCHA picture should refresh the CAPTCHA, which is normal under Google, but what happens when the click event is invalid under IE11

<Col
  span={8}
  onClick={this.getCaptcha.bind(this)}
  style={
    { textAlign: "right", marginTop: "-3px" }
  }
>
  <img src={captcha} alt="" />
</Col >
getCaptcha = (captcha) => {
    this.props.dispatch({
      type: "user/fetchCaptcha",
    });
    this.setState({
      captcha,
    });
}

timestamp the picture src


introduce babel-polyfill


add onClick to img , don't try it on Col .

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3b7d2-2c27d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3b7d2-2c27d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?