This commit is contained in:
Richard van der Hoff
2017-07-11 14:10:18 +01:00
committed by GitHub
parent 8ac26dd19f
commit d755903fdb

View File

@@ -69,7 +69,7 @@ module.exports = React.createClass({
request(
{ method: "GET", url: src },
(err, response, body) => {
if (this.unmounted) {
if (this._unmounted) {
return;
}