-
Notifications
You must be signed in to change notification settings - Fork 471
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
feat(core): add close methods for dropdown context directive #9950
Conversation
Pull request was closed ✔️All saved screenshots (for current PR) were deleted 🗑️ |
a9c9314
to
6c82edf
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9950 +/- ##
==========================================
- Coverage 66.17% 66.16% -0.01%
==========================================
Files 1214 1214
Lines 15703 15704 +1
Branches 2257 2268 +11
==========================================
Hits 10391 10391
+ Misses 5114 5046 -68
- Partials 198 267 +69
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Visit the preview URL for this PR (updated for commit fa419b5): https://taiga-previews-demo--pr9950-splincode-fix-issues-9941-gp0mcof2.web.app (expires Thu, 19 Dec 2024 08:08:15 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 73dddc3c665194f3e11f18c16aeb71af4c289c37 |
BundleMonFiles updated (1)
Unchanged files (4)
Total files change +34B +0.01% Groups updated (1)
Final result: ✅ View report in BundleMon website ➡️ |
Playwright test results 1884 passed Details Open report ↗︎ Flaky testswebkit › tests/core/data-list/data-list.pw.spec.ts › DataList › Options with long text Skipped testswebkit › tests/addon-commerce/input-card-group.pw.spec.ts › InputCardGroup › Examples › input card grouped with validation |
1eb74f1
to
faa1e8e
Compare
faa1e8e
to
fa419b5
Compare
I'm not sure that this is the right approach. Perhaps we need a way to reset driver directive or drop distinctUntilChange completely 🤔 |
Fixes #9941