Closed GerardasB closed 2 months ago
This PR fixes #828 - removes the polyfill of ResizeObserver by dropping the dependency on resize-observer-polyfill.
ResizeObserver
resize-observer-polyfill
Ran unit tests and stubbed the ResizeObserver in jsdom environment.
jsdom
Changes
This PR fixes #828 - removes the polyfill of
ResizeObserver
by dropping the dependency onresize-observer-polyfill
.Testing
Ran unit tests and stubbed the
ResizeObserver
injsdom
environment.