formik icon indicating copy to clipboard operation
formik copied to clipboard

Make typings compatible with v19

Open Philipp91 opened this issue 1 year ago • 5 comments

Fixes #4011.

To test this, I ran yarn install locally and verified that the aforementioned dist files no longer reference global JSX, but use React.JSX instead.

Philipp91 avatar Dec 07 '24 15:12 Philipp91

⚠️ No Changeset found

Latest commit: b405a5d83de13bcb567d160a13a702e9893c297f

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

changeset-bot[bot] avatar Dec 07 '24 15:12 changeset-bot[bot]

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 Dec 7, 2024 3:28pm

vercel[bot] avatar Dec 07 '24 15:12 vercel[bot]

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.

codesandbox-ci[bot] avatar Dec 07 '24 15:12 codesandbox-ci[bot]

@jaredpalmer @quantizor Could you please take a look? The PR seems to be very small to review

Hatko avatar Dec 20 '24 17:12 Hatko

@jaredpalmer @quantizor take a look please

ZholobovSS avatar Feb 07 '25 16:02 ZholobovSS

@jaredpalmer @quantizor @eonwhite Due to recent vulnerabilities in the Next.js Image API, many users are being forced to upgrade to the latest 15.x version of Next.js, which requires React 19. However, Formik is not currently compatible :/

Moumouls avatar Aug 31 '25 19:08 Moumouls

I can confirm that with these changes, everything seems to be working (at least it's compiling my Next app and there are no obvious issues).

clemens avatar Sep 25 '25 10:09 clemens

I sent a message to @quantizor on X.com (already tried to reach @jaredpalmer on X and his email, no answer currently)

Moumouls avatar Sep 29 '25 15:09 Moumouls

For those waiting for this PR to be merged, I suggest using the proper approach — the patch command provided by your package manager (e.g., yarn patch) — and applying this PR as the patch base.

Moumouls avatar Oct 07 '25 09:10 Moumouls

@jaredpalmer don't know what happened here but it seems there is still issues on the last release

image

Moumouls avatar Nov 08 '25 09:11 Moumouls

fix provided here https://github.com/jaredpalmer/formik/pull/4051

Moumouls avatar Nov 08 '25 09:11 Moumouls