JedWatson / react-tappable

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

Tappable: isMounted is deprecated! #109

Closed vvkee closed 7 years ago

vvkee commented 7 years ago

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

@weizongqi1990 PR's accepted - perhaps extend/finish https://github.com/JedWatson/react-tappable/pull/106

vvkee commented 7 years ago

@dcousens Ok.

dcousens commented 7 years ago

Closing in favour of https://github.com/JedWatson/react-tappable/issues/105