You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: fix memory leak affecting components using conditionally-rendered slots (#9208)
**Related Issue:** #9177
## Summary
Fixes an issue caused by `conditionalSlot` implementing `unobserve` on
top of `ExtendedMutationObserver`, which already implements it.
0 commit comments