jaredpalmer / formik

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

Expo Snack Demo Does Not Work #3773

Open vikram-s-narayan opened 1 year ago

vikram-s-narayan commented 1 year ago

Bug report

The Expo Snack Demo referred to on the URL: https://formik.org/docs/overview does not work

Current Behavior

Throws error as under:

Unable to resolve module '@babel/runtime/helpers/interopRequireDefault.js'
  Evaluating @babel/runtime/helpers/interopRequireDefault.js

Expected behavior

The demo should have loaded.

Reproducible example

Check out the demo link.

Suggested solution(s)

Fix package versions

Additional context

Your environment

Using Firefox and visiting the Expo Snack url.

Software Version(s)
Formik Not Applicable
React Not Applicable
TypeScript Not Applicable
Browser Firefox
npm/Yarn Not Applicable
Operating System iOS
renatozr commented 1 month ago

Change the formik version to "2.2.8", above that brokes it. I solved that by trial and error.

"formik": "2.2.8",