Library Definitions:
- Fix type of
useActionState
hook in React. Type should beAwaited
instead ofPromise
(the opposite operation). - Added types for
Object.groupBy
andMap.groupBy
Bug fixes:
- Fixed a bug that when
experimental.ts_utility_syntax=true
, importedReadonly
,ReadonlyArray
,NonNullable
,ReadonlyMap
,ReadonlySet
types are considered any.