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
When mapTo is used to have an alias for a property name, Realm.Results.sorted() doesn't recognize the alias leading to errors like Cannot sort on key path 'NAME': property 'PersonObject.NAME' does not exist.
The text was updated successfully, but these errors were encountered:
When
mapTo
is used to have an alias for a property name,Realm.Results.sorted()
doesn't recognize the alias leading to errors likeCannot sort on key path 'NAME': property 'PersonObject.NAME' does not exist.
The text was updated successfully, but these errors were encountered: