1.0.1
- fix bug in
useEffect
. If the handler function returns anIDisposable
thenDispose
should be called when the component is destroyed.
useEffect
. If the handler function returns an IDisposable
then Dispose
should be called when the component is destroyed.