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
Currently, my only workaround is to manually sort the results manually, which seems incorrect.
I understand why this occurs, because sortBy() returns an array (rather than staying as a collection). Unfortunately, dexie-relationships also converts the data to an array and makes the whole thing impossible to use...
It would be better if the data could be kept as a collection. (imho sortBy() suffers the same issue)
The text was updated successfully, but these errors were encountered:
I'm having trouble figuring out how to use
sortBy()
ororderBy()
withwith()
:This works fine:
Adding sortBy fails:
Currently, my only workaround is to manually sort the
results
manually, which seems incorrect.I understand why this occurs, because
sortBy()
returns an array (rather than staying as a collection). Unfortunately, dexie-relationships also converts the data to an array and makes the whole thing impossible to use...It would be better if the data could be kept as a collection. (imho sortBy() suffers the same issue)
The text was updated successfully, but these errors were encountered: