-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
regression: multiselect #30472
regression: multiselect #30472
Conversation
🦋 Changeset detectedLatest commit: 0ad2743 The changes in this PR will be included in the next version bump. This PR includes changesets to release 29 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov Report
@@ Coverage Diff @@
## release-6.4.0 #30472 +/- ##
=================================================
+ Coverage 50.09% 50.22% +0.13%
=================================================
Files 775 774 -1
Lines 14491 14447 -44
Branches 2618 2611 -7
=================================================
- Hits 7259 7256 -3
+ Misses 6839 6785 -54
- Partials 393 406 +13
Flags with carried forward coverage won't be shown. Click here to find out more. |
Fixed the fooms page filters behavior, instead of selecting all options it selects none and filters according to the ones the user selected or un-selected.
6fe98ca
to
0ad2743
Compare
4ac03822dd9d4a7aa3bbf6d61b067a45.mp4 |
Proposed changes (including videos or screenshots)
Jira task: WM-181
Fixed a bug in which the rooms page filters would not behave correctly due to the production React strict mode in conjunction with some poorly writen code.
Demo gif with --production flag:
Issue(s)
Steps to test or reproduce
Further comments