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
TypeScript has been updated to v4.1 [1]. I'm not aware of any changes
that impact our code, but the update did highlight a few new minor
errors in our code for some reason. These have all been fixed. There
was also a breaking change that affected us: `resolve` parameters for
Promises are no longer optional. We're not required to use
`Promise<void>` for any Promises not returning a value.
[1]: https://devblogs.microsoft.com/typescript/announcing-typescript-4-1/
0 commit comments