Evan Sendra
Evan Sendra
Hi @ozcanovunc I'm not sure if you're still using this alias, but I was able to make the issue go away by running git commit --amend -m "Save theme" after...
+1 for patching with @jgillick @psegalen solution
Facing the same issue
closing for now please re-open if you need help
Implemented in 9ea4036be5e50ac4c41ea766485855cbd6f5571c
Is there a way to pass a custom resource (e.g. in a mutate call) and specify where the `id` should be interpolated? For example, I want to do ```js mutate({...
@mikealche did you ever find anything facing the same issue now
@niharikaprasad were you able to achieve this?
Oh I was able to do it just by adding ... attachments: {uri: MY_BASE64_URI, type: 'pdf', name: 'myname.pdf'} ... But without name and just the uri, it threw an error