00000 on Nostr: **Long form content note test** from https://swarmstr.com Please ignore 🧄 ...
**Long form content note test** from https://swarmstr.com
Please ignore 🧄
*compontent.tsx*
```
const formik = useFormik({
initialValues: {
content: '',
title: ''
},
onSubmit: (values) => {
console.log(`form submit`, {values});
}
});
Please ignore 🧄
*compontent.tsx*
```
const formik = useFormik({
initialValues: {
content: '',
title: ''
},
onSubmit: (values) => {
console.log(`form submit`, {values});
}
});