JedWatson / react-tappable

Tappable component for React
http://jedwatson.github.io/react-tappable/
MIT License
862 stars 90 forks source link

isMounted is deprecated #105

Closed dcousens closed 7 years ago

dcousens commented 7 years ago

Warning: Tappable: isMounted is deprecated. Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks.

dcousens commented 7 years ago

Closing in favour of #111