Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple duplicate API requests dispatched to fetch resource comments #6556

Closed
rithviknishad opened this issue Nov 7, 2023 · 1 comment · Fixed by #6562
Closed

Multiple duplicate API requests dispatched to fetch resource comments #6556

rithviknishad opened this issue Nov 7, 2023 · 1 comment · Fixed by #6562
Assignees

Comments

@rithviknishad
Copy link
Member

Describe the bug
3 duplicate API requests are dispatched to fetch resource comments with different pagination limits for the same resource in resource details page.

To Reproduce
Steps to reproduce the behavior:

  1. Go to a resource details page (link)
  2. See network tab

Expected behavior
Only 1 API request should be dispatched to fetch the comments in the resource details page.

Screenshots
image

@konavivekramakrishna
Copy link
Contributor

This issue is due to before we don't have refetch in PaginatedList, now it got fixed I would like to work on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
2 participants