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
with <script src="/assets/js/is-land.min.js?v=1.0.0" type="module"></script>
On Chrome Lighthouse I get:
"Does not use passive listeners to improve scrolling performance. Consider marking your touch and wheel event listeners as passive to improve your page's scroll performance. Learn more about adopting passive event listeners."
Any chance to fix this? Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
I'm on Eleventy ^2.0.0 and is-land ^4.0.0.
I'm using is-land to load iframes on:interaction, like this:
with
<script src="/assets/js/is-land.min.js?v=1.0.0" type="module"></script>
On Chrome Lighthouse I get:
"Does not use passive listeners to improve scrolling performance. Consider marking your touch and wheel event listeners as passive to improve your page's scroll performance. Learn more about adopting passive event listeners."
Any chance to fix this? Thanks.
The text was updated successfully, but these errors were encountered: