-
Notifications
You must be signed in to change notification settings - Fork 23
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
Fix MembersTable duplicate users #2803
Fix MembersTable duplicate users #2803
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found Additional details and impacted files@@ Coverage Diff @@
## main #2803 +/- ##
=======================================
Coverage 98.45% 98.45%
=======================================
Files 873 873
Lines 12634 12634
Branches 3382 3377 -5
=======================================
Hits 12439 12439
Misses 191 191
Partials 4 4
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found @@ Coverage Diff @@
## main #2803 +/- ##
=======================================
Coverage 98.45% 98.45%
=======================================
Files 873 873
Lines 12634 12634
Branches 3382 3316 -66
=======================================
Hits 12439 12439
Misses 191 191
Partials 4 4
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found @@ Coverage Diff @@
## main #2803 +/- ##
=======================================
Coverage 98.45% 98.45%
=======================================
Files 873 873
Lines 12634 12634
Branches 3358 3317 -41
=======================================
Hits 12439 12439
Misses 191 191
Partials 4 4
Continue to review full report in Codecov by Sentry.
|
Bundle ReportChanges will increase total bundle size by 21 bytes ⬆️
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found Additional details and impacted files@@ Coverage Diff @@
## main #2803 +/- ##
=====================================
Coverage 98.46 98.46
=====================================
Files 873 873
Lines 12634 12634
Branches 3377 3316 -61
=====================================
Hits 12439 12439
Misses 191 191
Partials 4 4
Continue to review full report in Codecov by Sentry.
|
Bundle ReportChanges will increase total bundle size by 21 bytes ⬆️
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
Issue was that the page number was being manually set in the parent component, overriding the infinite query's automatic page handling.
Closes codecov/engineering-team#1637