canjs / can-query-logic

Perform data queries and compare queries against each other. Provides logic useful for data caching and real-time behavior.

Home Page:https://canjs.com/doc/can-query-logic.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mutating params and returning new object in toQuery causes problems

imaustink opened this issue · comments

In the following example, pagination breaks because of this issue. 10 items are requested, but all are returned.
https://codepen.io/anon/pen/pZqjbV?editors=1011