parse-community / ParseReact

Seamlessly bring Parse data into your React applications.
https://parseplatform.org
Other
1.3k stars 209 forks source link

Fix crash when componentWillUnmount is called #188

Open BenjaminFaal opened 6 years ago

BenjaminFaal commented 6 years ago

Sometimes the subscription can be undefined, so now it checks for undefined or not and then disposes the subscription