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
After navigating to the Student Home page, the correct number of feedback sessions is initially displayed. However, after a few seconds, the list gets duplicated, leading to redundant entries.
Steps to reproduce
Navigate to the Student Home page.
Observe the initial list of feedback sessions (correct number of sessions displayed).
Wait a few seconds without refreshing the page.
Notice that the feedback sessions are duplicated.
Expected behaviour
The Student Home page should display each feedback session only once.
Actual behaviour
Initially, the correct number of feedback sessions is displayed.
After a few seconds, duplicate entries are added to the list.
Possible causes:
Duplicate API calls fetching session data multiple times.
A frontend re-render issue causing duplicate entries to appear.
Improper state management leading to multiple insertions.
Environment: Production environment
The text was updated successfully, but these errors were encountered:
After navigating to the Student Home page, the correct number of feedback sessions is initially displayed. However, after a few seconds, the list gets duplicated, leading to redundant entries.
Steps to reproduce
Expected behaviour
Actual behaviour
Possible causes:
Environment: Production environment
The text was updated successfully, but these errors were encountered: