pull/4556/head
Richard van der Hoff 2017-07-11 14:10:18 +01:00 committed by GitHub
parent 8ac26dd19f
commit d755903fdb
1 changed files with 1 additions and 1 deletions

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;
}