IntersectionObserver is not defined
See original GitHub issueWe have received lots of error reports from users.
Url:
https://cdn.polyfill.io/v2/polyfill.min.js?features=IntersectionObserver,requestAnimationFrame&flags=gated&unknown=polyfill
Error:
IntersectionObserver is not defined
User-agents:
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0
Mozilla/5.0 (Linux; Android 5.1.1; F1f Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Mobile Safari/537.36 OPR/34.0.2044.99135
Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2683.0 Safari/537.36
Mozilla/5.0 (Windows NT 6.1; rv:53.0) Gecko/20100101 Firefox/53.0
Mozilla/5.0 (Linux; Android 5.1; CPH1605 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Mobile Safari/537.36 OPR/37.0.2192.112031
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
Gatsby - IntersectionObserver is not defined - Stack Overflow
It is the fact that IntersectionObserver is a browser API and you should not use browser APIs during server side rendering. Instead you...
Read more >Intersection Observer is not defined because of SSR... #9805
I am working with NextJS to rebuild and build upon an app that's built using CRA. I copied over a custom intersection observer...
Read more >IntersectionObserver() - Web APIs | MDN
A function which is called when the percentage of the target element is visible crosses a threshold. The callback receives as input two ......
Read more >[Solved]-Gatsby - IntersectionObserver is not defined-Reactjs
IntersectionObserver API is a browser API and it can't be executed during Gatbsy build process. Therefore, you should check if your code is...
Read more >Failed to compile due to 'IntersectionObserver' is not defined ...
I am a fullstack developer eager to learn interesting things to make the world a better place. Are you sure you want to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The firefox user agents will be fixed in the next release – https://github.com/Financial-Times/polyfill-service/pull/1120/files
Also see https://github.com/WICG/IntersectionObserver/pull/209