npm formik 2.0.1-rc.6

latest releases: 2.4.6, 2.4.5, 2.4.4...
4 years ago

TypeScript Improvement

Before
Calling resetForm without passing a full state object yielded this TS error:

Type '{ values: { email: string; }; }' is missing the following properties from type 'FormikState<{ email: string; }>': errors, touched, isSubmitting, isValidating, submitCount TS2345

After
No TS error when passing partial state object to resetForm

Commits

  • Update type of resetForm to accept Partial (#1617) fff7c46
  • added DEV resolution to webpack config for storybook (#1608) 7f493bb

v2.0.1-rc.5...v2.0.1-rc.6

Don't miss a new formik release

NewReleases is sending notifications on new releases.