You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixes#339 - Handle the component unmounting
If the component unmounts immediately after mounting, then the call to
requestAnimationFrame will attempt to operate on the unmounted
component. We can prevent this by ensuring we cleanup the callback on
unmounting.
* Default value to undefined, rather than 0
0 commit comments