[Infra UI] Remove dependence on ResizeObserver polyfill #122022
Labels
Feature:Logs UI
Logs UI feature
Feature:Metrics UI
Metrics UI feature
Team:Infra Monitoring UI - DEPRECATED
DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
📓 Summary
Since support for IE11 has been dropped since 7.9.0, we should be able to rely on
ResizeObserver
being supported natively. That means we can reduce the bundle size by not importing the polyfill in theAutoSizer
component anymore.part of #121509
✔️ Acceptance criteria
AutoSizer
component uses the nativeResizeObserver
so that theinfra
bundle doesn't load or include a polyfill for it.The text was updated successfully, but these errors were encountered: