Skip to content

formik@2.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Oct 21:01
· 263 commits to main since this release
7279751

Minor Changes

  • 4148181 #2794 Thanks @jaredpalmer! - setValue can now optionally accept a function as a callback, exposing React.SetStateAction functionality. Previously, only the entire object was
    allowed which caused issues with stale props.

    setValues(prevValues => ({...prevValues, ... }))