@tanstack/pacer@0.12.0
·
123 commits
to main
since this release
Minor Changes
- breaking: changed callback signature of
onErrorin AsyncDebouncer, AsyncThrottler, AsyncQueuer, AsyncRatelimiter, and AsyncBatcher to include the item that caused the error (#45)
fix: Fixed Error Handling in Async Debouncer and Throttler by properly resolving and rejecting returned promises frommaybeExecute