import { useState } from "react"; import { Formik, Form, Field } from "formik"; import TextareaAutosize from "react-textarea-autosize"; import Link from "../Link"; import Captcha from "../Captcha"; import { CheckOcticon, XOcticon, MarkdownIcon } from "../Icons"; import { styled, theme, css } from "../../lib/styles/stitches.config"; import type { FormikHelpers, FormikProps, FieldInputProps, FieldMetaProps } from "formik"; // CSS applied to both `` and `