Hi! It seems `this.isMounted` method is depreciated. According to the [Facebook's post]( https://facebook.github.io/react/blog/2015/12/16/ismounted-antipattern.html), it's better to replace it by own property `this._isMounted`. I have found out that there are a lot of long-opened PRs. Does it make sense to contribute?