jaredpalmer / formik

Build forms in React, without the tears 😭
https://formik.org
Apache License 2.0
33.91k stars 2.79k forks source link

fix type of `setFieldValue ` #3808

Closed NagaiKoki closed 1 year ago

NagaiKoki commented 1 year ago

issue is https://github.com/jaredpalmer/formik/issues/3807

I fixed setFieldValue type because it seems to be incorrect.

changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: ac1e49a5522fc654646479e562cd65eb11885df1

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages | Name | Type | | ------------- | ----- | | formik | Patch | | formik-native | Patch |

Not sure what this means? Click here to learn what changesets are.

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

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **formik-docs** | ⬜️ Ignored ([Inspect](https://vercel.com/formik/formik-docs/5qie5c8LH76vG76UrUoAgTQRQiXG)) | [Visit Preview](https://formik-docs-git-fork-nagaikoki-fix-issue-3807-formik.vercel.app) | | May 29, 2023 3:03pm |
codesandbox-ci[bot] commented 1 year ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit ac1e49a5522fc654646479e562cd65eb11885df1:

Sandbox Source
Formik TypeScript Playground Configuration
quantizor commented 1 year ago

Can you add a changeset please for the fix?

jaredpalmer commented 1 year ago

Should probably be a patch since its a bugfix