Matt-Esch/virtual-dom

"onwheel" property setting by virtual-dom triggers violation since Chrome 51

grosmar opened this issue · 0 comments

Since new passive scroll listeners Chrome virtual-dom triggers new viloation in chrome:
[Violation] Added non-passive event listener to a scroll-blocking 'wheel' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952

Can you please look into it?