FetchMore bringing repeated values between the to and from
ID: 835396
Scheduled
Published on 5/31/2023
•
Last update on 5/31/2023
Summary
The fetchMore function is bringing between the first and the second page some duplicated values and this causes the page display repeatedly some of the products.
Simulation
In some accounts the Button that Fetches more products is bringing repeated values, this happens because the component passes 12 items (0 to 11) and the query made on GraphQL considers 18 products so 6 products may be shown repeatedly.
The show more is using different infos to bring the number of products to the screen.
Workaround
Is there a workaround for this bug? If yes, describe it here. If not, write "N/A" or "There is no workaround available.". Do not remove this section if there is no workaround, please.