inView not working with Firefox after upgrade from 8.27.1 to 8.28.1
See original GitHub issueHey. After upgrade we now have an issue where inView does not seem to trigger on Firefox.
Usage is as follows
const [ref, inView, entry] = useInView({
threshold: 1
});
const showElement =
!inView &&
entry &&
entry.boundingClientRect.top < 0;
It previously worked and there’s been no changes in the code. Any reason why this should be?
Cheers!
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (8 by maintainers)
Top Results From Across the Web
Fix problems connecting to websites after updating Firefox
This article describes how to troubleshoot problems connecting to websites that start immediately after updating Firefox to a new version.
Read more >Firefox does not work - Common fixes to get you back up and ...
Find solutions to Firefox issues like crashing, not starting, slowness and websites not loading.
Read more >Troubleshoot and diagnose Firefox problems - Mozilla Support
1 1. Restart your computer · 2 2. Clear your cookies and cache · 3 3. Restart Firefox in Troubleshoot Mode · 4...
Read more >Firefox won't start - find solutions - Mozilla Support
but you can open Firefox, see Troubleshoot extensions, themes and hardware ... after a software update, use another browser to download the Firefox...
Read more >Firefox can't load websites but other browsers can
We'll explain errors such as "Server not found" or "Unable to connect" and how to fix problems where Firefox can't access websites but...
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
🎉 This issue has been resolved in version 8.28.3 🎉
The release is available on:
Your semantic-release bot 📦🚀
Works perfectly now with 8.28.3. Thanks for the fix!