-
Notifications
You must be signed in to change notification settings - Fork 5k
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 #17848 - Ensure NFT collections toggle appropriately #17972
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
This PR relies on #17988 being merged. |
5eb6612
to
146c0c1
Compare
Builds ready [3c64642]
Page Load Metrics (1844 ± 68 ms)
Bundle size diffs
|
Codecov Report
@@ Coverage Diff @@
## develop #17972 +/- ##
========================================
Coverage 63.44% 63.44%
========================================
Files 903 903
Lines 35267 35266 -1
Branches 8920 8920
========================================
+ Hits 22373 22374 +1
+ Misses 12894 12892 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Builds ready [d2988a3]
Page Load Metrics (1684 ± 71 ms)
|
Builds ready [2f918bf]
Page Load Metrics (1635 ± 55 ms)
Bundle size diffs
|
c7de835
to
5f844a7
Compare
These tests will pass after #18044 is merged. |
a4f2274
to
288a9b7
Compare
Builds ready [288a9b7]
Page Load Metrics (1559 ± 39 ms)
Bundle size diffs
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Explanation
This weird effect of the collections toggling themselves was due to mutating the current state, as evidenced by this error:
This PR prevents the mutation and thus fixes the issue.
Manual Testing Steps
NFTS_V1 yarn start
Pre-merge author checklist
Pre-merge reviewer checklist
If further QA is required (e.g. new feature, complex testing steps, large refactor), add the
Extension QA Board
label.In this case, a QA Engineer approval will be be required.