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
The reason is that we have a late type deduction for Mixed values, and the code path followed in this case is that array is interpreted as an object (which is a link when it is stored in Realm) since Array is also an Object in JavaScript.
We should put in an earlier check to guard against array and other not support types.
Goals
Clear and actionable error messages.
Expected Results
An error message such as:
Actual Results
The following error is thrown:
Steps to Reproduce & Code Sample
Version of Realm and Tooling
The text was updated successfully, but these errors were encountered: