Expect Chart.js to not cause logs in dev console
touchstart and touchend event listeners log verbose level [Violation] messages (see below).
addEventListener can now take a map {"passive": "true"} see the MDN entry
[Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive.
Chart.bundle.min.js:14 It's helpful to have verbose logging turned on in development because chrome will warn you when javascript execution locks up the browser. Having Chart.js warnings comingled with application logs reduces signal to noise.
I'm happy to look at a PR for this
+1
+1
When will this be released? It seems like quite a long time between that fix and the release..
+1
Very soon: #4706
Most helpful comment
When will this be released? It seems like quite a long time between that fix and the release..