npm formik 1.1.1

latest releases: 2.4.6, 2.4.5, 2.4.4...
5 years ago
  • Swapped the ordering of Formik's TypeScript Generics for more ergonomic usage with TypeScript 3.x. You can now do <Formik<Values> ....> instead of <Formik<{}, Values> ....>. The first generic was used for so that we could properly get type safety on withFormik(). Ordering didn't matter prior to the introduction of JSX Generics, but now, with this swap, the more common usage is easier to type.

Don't miss a new formik release

NewReleases is sending notifications on new releases.