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
fix: pagination error when paginatedField is not _id
When paginatedField !== '_id', cursors must be encoded as [value, _id] tuples.
Without _id in projection, cursors were encoded as strings, causing pagination
to fail on subsequent pages with "op is not iterable" error.
0 commit comments