helpscout / hsds-react

Help Scout Design System (HSDS) — React Component Library
MIT License
86 stars 17 forks source link

Adds ResizeObserver polyfill to use on Safari #1035

Closed tinkertrain closed 2 years ago

tinkertrain commented 2 years ago

Problem

@nickolas described it here.

In a nutshell Safari does not support ResizeObserver fully yet, so AvatarRow and any other things that use it don't work as expected.

Solution

In this PR we add the polyfill @juggle/resize-observer to be used only on Safari. We can remove it when Safari supports RO properly (allegedly v15.4 which is coming soon).

🎥 Little demo in safari

--

We also include this https://github.com/helpscout/hsds-react/pull/1034 by @jakubjanczyk

cloudflare-pages[bot] commented 2 years ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 3a922a3
Status:⚡️  Build in progress...

View logs