-
-
Couldn't load subscription status.
- Fork 1.4k
Closed
Description
Is your feature request related to a problem? Please describe.
In chrome I see warning
apexcharts.esm.js:7 [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
Describe the solution you'd like
Problem was described here
And it seems that we should use
document.addEventListener('touchstart', handler, {passive: true});
Describe alternatives you've considered
It can be problem from one of dependencies of apexchart. I can't find touchstart in source code of apexcharts.
Additional context
I attaching screenshot
I experienced problem using vue.
andersevenrud, osxisl, dtrouillet, simonmaass and serayayakta
Metadata
Metadata
Assignees
Labels
No labels
