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 caused when disconnecting floating-ui (#12107)
**Related Issue:** #10648
## Summary
Addresses a memory leak where floating-ui cleanup was not invoked when
the component had missing elements. Tear down should always occur if it
was previously registered, regardless of component state.
Our test environment doesn't cover memory profiling, so no tests were
added.
0 commit comments