-
How do you deal with pagination using reference objects?
How do you save the reference of a document for pagination purposes without getting the
|
Beta Was this translation helpful? Give feedback.
Answered by
Evaldas-B
Mar 26, 2021
Replies: 1 comment
-
Freezing cursor reference object before committing it to state seems to do the trick: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Evaldas-B
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Freezing cursor reference object before committing it to state seems to do the trick:
Object.freeze(nextPage)