eiriklv / react-packery-component

A React.js component for using @desandro's Packery
MIT License
43 stars 35 forks source link

isMounted() is depreciated (React) #16

Open rodynenko opened 7 years ago

rodynenko commented 7 years ago

Hi! It seems this.isMounted method is depreciated. According to the Facebook's post, 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?

kennycrosby commented 7 years ago

Running into this as well