Michael Cole
Michael Cole
I'm able to not have dirty set if I set teh values using setValues from useForm(). The false is important. setValues( { name: formData.value.name, description: formData.value.description || '', }, false...
@yekta @danperks Did you find a solution to this? Is it the supabase token? Or is it the @nuxtjs/supabase package adding the metadata? When I base64 decode the cookies, the...
Just made a PR for this: https://github.com/ipfs-examples/helia-examples/pull/193