We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
4892241
Changed Formik to a named export.
Old:
import Formik from 'formik';
New
import { Formik } from 'formik';