Pseudocode for a query that should produce an error ```ts query.or([]); // or query.or(q => []); ``` This issue can happen usually when used with a filter like `query.or(q => myArray.filter(...).map(...))` where the filter produces an empty array
Pseudocode for a query that should produce an error
This issue can happen usually when used with a filter like
query.or(q => myArray.filter(...).map(...))where the filter produces an empty array