Rank 3: Container
By using reactjs and an usEeffect I am making a request to list all the documents that match a Query that i provided, and then place them in a setState
however I began to notice that new documents that I created did not bring them to me, and when I did the console log of the response , it says that the total is 29, but inside response.documents there are only 24 documents, what could be happening?
I attach a photo about my console log