Patch Release
- Massive improvement to TypeScript inferencing for TS 2.9+
- Improved treeshaking thanks to
tiny-warning
(thanks @TrySound !)
Improved TypeScript type inferencing for TS 2.9+
Before: Without explicit types, render prop & onSubmit
's parameters yielded any
type.
After: Types are now inferred by initialValues
!!! No generics are needed if you are using TS 3.2.2