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(overlay): expand flexible origin type to allow SVG elements (#19199)
The typing of the `FlexibleConnectedPositionStrategyOrigin` is scoped to `HTMLElement` which doesn't cover `SVGElement`, even though we support it. These changes update the type.
Note that this should be a safe change to the public API, because we're widening the type.
Fixes #36381.
0 commit comments