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
[Violation] Added non-passive event listener to a scroll-blocking event. Consider marking event handler as 'passive' to make the page more responsive. See
This is nothing important but I see this warning showing up in my app. But when I checked the demo, it does not have this issue. Is there anything I can remove this warning? Or fix it in my app? I do not understand why is this warning.
The text was updated successfully, but these errors were encountered:
On Apr 4, 2018, 3:29 AM -0400, Jamlearner ***@***.***>, wrote:
> [Violation] Added non-passive event listener to a scroll-blocking event. Consider marking event handler as 'passive' to make the page more responsive. See
This is nothing important but I see this warning showing up in my app. But when I checked the demo, it does not have this issue. Is there anything I can remove this warning? Or fix it in my app? I do not understand why is this warning.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
This is nothing important but I see this warning showing up in my app. But when I checked the demo, it does not have this issue. Is there anything I can remove this warning? Or fix it in my app? I do not understand why is this warning.
The text was updated successfully, but these errors were encountered: