Summary
SchedulerPostTaskCallback
should have payload type parameter
Expected vs. Actual Behavior
Payload should be used in Scheduler.postTask
.
Expected:
type SchedulerPostTaskCallback<T> = () => T
Actual:
type SchedulerPostTaskCallback = () => any
Playground Link
No response
Browser Support
Have Tried The Latest Releases
Additional Context
No response