Hello,
I have a custom dash component that has drag functionality. As you drag something, the dash prop updates many times. I have a callback based on this dash prop and it’s called hundreds of times, making the response time slow. Is there anyway to limit the amount of time the callback fires off?