How to retrieve all values from the first API call using `paginateChunkEffect` in Effect Typescript
Good morning! I'm using
I'm using the following code:
And consuming it with:
paginateChunkEffect to paginate API result. Is there a way to get ALL values returned by the first API call? Right now, I'm only able to get individual value in the Chunk, instead of all values I'm using the following code:
And consuming it with:
