We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a component rendered with lit-html is disconnected we should notify the template's RootPart of the disconnect so that its async directives get disconnected too. On disconnect we could call removePart (https://github.com/lit/lit/blob/main/packages/lit-html/src/directive-helpers.ts#L216).
Copied from matthewp/haunted#407
Related issue: matthewp/haunted#475
The text was updated successfully, but these errors were encountered:
megheaiulian
Successfully merging a pull request may close this issue.
When a component rendered with lit-html is disconnected we should notify the template's RootPart of the disconnect so that
its async directives get disconnected too.
On disconnect we could call removePart (https://github.com/lit/lit/blob/main/packages/lit-html/src/directive-helpers.ts#L216).
Copied from matthewp/haunted#407
Related issue: matthewp/haunted#475
The text was updated successfully, but these errors were encountered: