Formik Storybook: Objects are not valid as a React child
I am trying to add a storybook story for a TextFormField, the input field used in a form. I receive an error that reads Objects are not valid as a React child (found: object with keys {}). If you meant to render a collection of children, use an array instead.