jaredpalmer / formik

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

Cannot find "/dist/formik.umd.production.min.js" in formik@2.2.9 #3751

Closed JacobWeisenburger closed 1 year ago

JacobWeisenburger commented 1 year ago

the cdn method of getting started from the docs is not working:

https://formik.org/docs/overview#cdn

<script src="https://unpkg.com/formik/dist/formik.umd.production.min.js"></script>
  1. go to: https://unpkg.com/formik@2.2.9/dist/formik.umd.production.min.js
  2. see: Cannot find "/dist/formik.umd.production.min.js" in formik@2.2.9
quantizor commented 1 year ago

Resolved via https://github.com/jaredpalmer/formik/pull/3523