Unable to update items with joins query #427
Unanswered
shahzaib78631
asked this question in
Q&A
Replies: 1 comment
-
According to the docs From the docs const id = generateId()
// Add keyed by id to the messages$ observable to trigger a create in Supabase
messages$[id].set({
id,
text,
created_at: null,
updated_at: null
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am unable to update the item when using the joins.
when updating any field in the item i.e
items$[item.id].barcode.set(item.barcode);
i get following error.I am also unable to create new items in supabase. Item is added in local storage but is not created on supabase.
Beta Was this translation helpful? Give feedback.
All reactions