russellsamora / scrollama

Scrollytelling with IntersectionObserver.
https://russellsamora.github.io/scrollama/basic
MIT License
5.77k stars 276 forks source link

macOS/Safari console error message "ResizeObserver loop completed with undelivered notifications" #132

Open aovalle-hc opened 2 years ago

aovalle-hc commented 2 years ago

Hello,

I built a sticky-side visualization using this lines to include D3 and Scrollama:

<script src="https://d3js.org/d3.v5.min.js"></script>
<script src="https://unpkg.com/scrollama"></script>

When I visit the page in macOS (Big Sur) and Safari 14.1, I get this console error:

And the sticky section does not render.

In other browser, for example, Chrome, Firefox, Edge, I do not get this console error and the sticky section renders correctly.

Thank you very much,

brodiefarrell commented 2 years ago

I too are having issues with safari error messages for the site: https://www.antarctica.gov.au/news/explore-antarctica/auroras/

I'm not sure if it's an issue with how I'm debouncing/throttling anything but every other browsers seems okay.

Screen Shot 2022-08-09 at 9 23 10 am