v0.285.0
·
219 commits
to main
since this release
Library Definitions:
- Fix type of
useActionStatehook in React. Type should beAwaitedinstead ofPromise(the opposite operation). - Added types for
Object.groupByandMap.groupBy
Bug fixes:
- Fixed a bug that when
experimental.ts_utility_syntax=true, importedReadonly,ReadonlyArray,NonNullable,ReadonlyMap,ReadonlySettypes are considered any.