I'd like to be able to throttle a method in a component and be able to call its cancel() method but can not do so. ### jsfiddle https://jsfiddle.net/roblav96/zbb8keps/ ### _.throttle() Docs https://lodash.com/docs#throttle Is there any way we can make this work?