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
This error is showing when using Modals : [Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
I think it's related to this :
This error is showing when using Modals :
[Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
I think it's related to this :
skeleton/packages/skeleton/src/lib/utilities/Modal/Modal.svelte
Lines 204 to 205 in fa2af91
It should be:
The text was updated successfully, but these errors were encountered: