We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgraded to newest version of react-formal and getting the following error.
ERROR in ./node_modules/react-formal/node_modules/yup/lib/util/reach.js Module not found: Error: Can't resolve '@babel/runtime/helpers/builtin/interopRequireDefault' in 'C:\project\repos\nostvbeta\node_modules\react-formal\node_modules\yup\lib\util' @ ./node_modules/react-formal/node_modules/yup/lib/util/reach.js 3:29-92 @ ./node_modules/react-formal/lib/Form.js @ ./node_modules/react-formal/lib/index.js @ ./node_modules/react-formal/lib/index.cjs.js @ ./UI/containers/Header.js @ ./UI/containers/Home.js @ ./UI/containers/index.js @ ./UI/app.js @ multi ./app.js
Issue might be with yup package as dependency.
The text was updated successfully, but these errors were encountered:
Same here. I have to degrade @babel/runtime to 7.0.0-beta.55 as a workaround. Could it be fixed at the react-formal side? @jquense
@babel/runtime
Sorry, something went wrong.
No branches or pull requests
Upgraded to newest version of react-formal and getting the following error.
Issue might be with yup package as dependency.
The text was updated successfully, but these errors were encountered: