-
-
Notifications
You must be signed in to change notification settings - Fork 2.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
refactor(component): lit portal #9303
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
6309afc
to
1a329ec
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## canary #9303 +/- ##
==========================================
- Coverage 51.94% 51.91% -0.03%
==========================================
Files 2151 2151
Lines 97419 97424 +5
Branches 16277 16281 +4
==========================================
- Hits 50600 50579 -21
- Misses 45505 45531 +26
Partials 1314 1314
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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
1a329ec
to
73739e4
Compare
Merge activity
|
* removes `listeners` * adds `notify` property into `LitReactPortal` * adds `rerendering` argument to element factory Related to #9295 (comment)
73739e4
to
3064f21
Compare
listeners
notify
property intoLitReactPortal
rerendering
argument to element factoryRelated to #9295 (comment)