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 you attempt to query using an index that doesn't exist you get an error like this:
Cannot read property 'type' of undefined
Because I'm using RxDB + Mobx it's doubly confusing as mobx catches it and displays:
Which is really hard to parse. Any chance we could make the errors here a bit nicer, including some information on the query and whats wrong with it? Ideally:
Could not compile query $('users').find().sort({ created: 'desc' }):
The sort field "created" is not a field in the schema!
The text was updated successfully, but these errors were encountered:
When you attempt to query using an index that doesn't exist you get an error like this:
Because I'm using RxDB + Mobx it's doubly confusing as mobx catches it and displays:
Which is really hard to parse. Any chance we could make the errors here a bit nicer, including some information on the query and whats wrong with it? Ideally:
The text was updated successfully, but these errors were encountered: