[Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive

This warning in the console making user experience Laggy here are the two warnings

LineAreaBarRenderer.js:917 [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
and
LineAreaBarPostRender.js:695 [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

Currently running MB version v0.46.6.4

This 126 verbose is when application renders first time

When I click something in the page the verbose shoots up and kind of act as a blocker for rendering components

These are the warnings in the verbose

1 Like

can you move to 48.6 and check if that's still there?