Closed quantizor closed 1 year ago
Latest commit: 2dbac99998b33356a599cc519033b803c8b82605
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 ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
formik-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 27, 2023 3:23am |
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 2dbac99998b33356a599cc519033b803c8b82605:
Sandbox | Source |
---|---|
Formik TypeScript Playground | Configuration |
Fixed the use of generics for the
ArrayHelpers
type such thatany[]
is the default array type and for each individual method the array item type can be overridden if necessary.Fixes #3797