You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because inner objects don't have their objectKeys assigned, any update on a non-empty collection of objects sends over back an inner object, which cannot be then found in the database.
Because inner objects don't have their objectKeys assigned, any update on a non-empty collection of objects sends over back an inner object, which cannot be then found in the database.
Reproduction
Consider schemas:
Lets say that we have two apples,
a
andb
, and let basketc
be:If we now add
b
toc.content
from the UI, then an error will happen on the device.Solution
Ideally, this would be fixed after resolving #85 and #84, when proper object flattening and type conversions are in place.
The text was updated successfully, but these errors were encountered: