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
Why don't you use this: [keepQuery('field', '$limit'), disablePagination()] ?
I think a callback would be useful. Something like: [keepQuery((key) => key.startsWith('$'), 'field'), disablePagination()]. Are you up to add this change?
Steps to reproduce
[keepQuery('field'), disablePagination()]
does not work sincekeepQuery
removes$limit
Expected behavior
keepQuery
should either keep dollar query fields or a new hook should be provided.The text was updated successfully, but these errors were encountered: