Skip to content
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

[Observable change] Simplify unmount process #3438

Closed
nolanlawson opened this issue Apr 3, 2023 · 1 comment
Closed

[Observable change] Simplify unmount process #3438

nolanlawson opened this issue Apr 3, 2023 · 1 comment

Comments

@nolanlawson
Copy link
Collaborator

To simplify the component unmounting process, #2709 also tried to make an observable change to the order of disconnectedCallback events. This applies even in native shadow DOM and with native custom element lifecycle callbacks, because it's about how we remove elements from the DOM during unmounting.

Since it's an observable change, we may have to ship it with API versioning.

@nolanlawson
Copy link
Collaborator Author

Duplicate of #2713

@nolanlawson nolanlawson marked this as a duplicate of #2713 Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant