Open nelsonwellswku opened 1 year ago
Use Formik instead of hacking around an input element. Add validation so that the text is only 140 characters.
Instead of Formik, use react-hook-form
Use Formik instead of hacking around an input element. Add validation so that the text is only 140 characters.