Closed bonimba closed 1 year ago
Latest commit: 4adda22123bcf0b44fdd77231ed35555c40277ed
The changes in this PR will be included in the next version bump.
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
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 4adda22123bcf0b44fdd77231ed35555c40277ed:
Sandbox | Source |
---|---|
Formik TypeScript Playground (forked) | Configuration |
@probablyup is there something more I need to do to make this PR reviewable?
Just haven't had time to look at it yet
This is yet another PR around TypeScript.
The inferred types for the helpers in
useFormik
are the correct ones and should be used everywhere. SeeHaving the correct types, and the awaiting these helpers helps with otherwise possible race conditions when used in an imperative way, like so