Alexandre Gerez
Results
4
comments of
Alexandre Gerez
I had the same error, found solution in src/utils/intersection-observer.spec.js: Adding ```javascript window.IntersectionObserver = {}; window.IntersectionObserverEntry = { prototype: { isIntersecting: () => null, }, }; ``` at the beginning of...