ViewQuery.range(start, end) raise error when not giving end or end is undefined value

Hey @chaeyk,

Can you provide a code example of what you passed to the SDK? Usually an undefined value should work appropriately, but it seems like you may be passing some other type of “empty” value (such as an empty string or null).

Cheers, Brett