-
@ 00000
2023-07-17 18:15:00Long form content note test from https://swarmstr.com
~~last test!~~
Please ignore 🧄
compontent.tsx
const formik = useFormik({ initialValues: { content: '', title: '' }, onSubmit: (values) => { console.log(`form submit`, {values}); } });