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( request(
{ method: "GET", url: src }, { method: "GET", url: src },
(err, response, body) => { (err, response, body) => {
if (this.unmounted) { if (this._unmounted) {
return; return;
} }