iTwin / appui

Monorepo for iTwin.js AppUi
MIT License
9 stars 2 forks source link

Drop `resize-observer-polyfill` dependency #1045

Closed GerardasB closed 2 months ago

GerardasB commented 2 months ago

Changes

This PR fixes #828 - removes the polyfill of ResizeObserver by dropping the dependency on resize-observer-polyfill.

Testing

Ran unit tests and stubbed the ResizeObserver in jsdom environment.