schovi / react-iscroll

React component for wrapping iScroll http://iscrolljs.com/
MIT License
236 stars 60 forks source link

Track whether the component is still mounted or not and don't attempt… #49

Closed matt-schrader closed 7 years ago

matt-schrader commented 7 years ago

… to initialize iscroll on an unmounted component

This fixes issue #47

schovi commented 7 years ago

@matt-schrader: lovely! Hope it is reasonable solution, because I never reach issue with this :)