You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a problem with this line on some browsers that we are crashing with this exception: Can't find variable: IntersectionObserver Safari 14.1 on WebMobile IntersectionObserver is not defined Chrome 49 on Desktop
We can change it to typeof IntersectionObserver !== 'undefined' or window.IntersectionObserver
Can we make a PR with this change?
Thanks
The text was updated successfully, but these errors were encountered:
We have a problem with this line on some browsers that we are crashing with this exception:
Can't find variable: IntersectionObserver
Safari 14.1 on WebMobileIntersectionObserver is not defined
Chrome 49 on DesktopWe can change it to
typeof IntersectionObserver !== 'undefined'
orwindow.IntersectionObserver
Can we make a PR with this change?
Thanks
The text was updated successfully, but these errors were encountered: