You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Need to handle state in better way. If I randomly clicks on sidebar Radio button, without waiting for response then result of two API call gets displayed on page.
E.g if one radio button has no result for API call and second one had results, then I was able to see both things at same time:
To Reproduce
Click "Fullfilled by me" under "My Projects", it will render "No result found"
Click on "Any" will render results.
If you click "Any", and if you click "Fullfilled by me" before "Any" gets any response, then it will render both "No result found" + Results from "Any".
Expected behavior
Need to Abort previous API call, only the latest API Call's result should be visible not the previous ones.
Screenshots
Desktop (please complete the following information):
Describe the bug
Need to handle state in better way. If I randomly clicks on sidebar Radio button, without waiting for response then result of two API call gets displayed on page.
E.g if one radio button has no result for API call and second one had results, then I was able to see both things at same time:
To Reproduce
Expected behavior
Need to Abort previous API call, only the latest API Call's result should be visible not the previous ones.
Screenshots
Desktop (please complete the following information):
Additional context
ScreenCast:
https://drive.google.com/file/d/1ms3XlDWWeLTLV_tvceNWonUEdThpnHZ-/view?usp=sharing
The text was updated successfully, but these errors were encountered: