mjangir / formik-wizard-form

Build multi step forms using Formik with ease.
http://formikwizard.manishjangir.com
MIT License
74 stars 18 forks source link

Update type of step #26

Open vko-online opened 2 years ago

vko-online commented 2 years ago

FormikValues should be extended, otherwise user defined types cannot extend FormikValues, which is index signature object {[key: string]: any}

changeset-bot[bot] commented 2 years ago

⚠️ No Changeset found

Latest commit: 6c7f69acbe46c1e563db8d7b65c360c1dc2ce3ca

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

vko-online commented 2 years ago

Similar to https://github.com/mjangir/formik-wizard-form/pull/16