Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(useThrottleCallback): Cleared timeout on unmount (#1173)
Calling clearTimeout is insufficient when checking for undefined. Make sure to set timeout value to undefined explicitly.
- Loading branch information