We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b7353 commit 165a619Copy full SHA for 165a619
src/utils/intersection-observer.js
@@ -1,5 +1,6 @@
1
export default function() {
2
return (
3
+ typeof window !== 'undefined' &&
4
'IntersectionObserver' in window &&
5
'isIntersecting' in window.IntersectionObserverEntry.prototype
6
);
0 commit comments