You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(schedulers): no longer cause TypeScript build failures when Node types aren't included
The `TimerHandle` type references a type from `@types/node` but that
package might not be available, using the return type of `setTimeout`
achieves the same result but doesn't require `@types/node` to be
installed.
0 commit comments