Matt-Esch / virtual-dom

A Virtual DOM and diffing algorithm
MIT License
11.65k stars 780 forks source link

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

Open grosmar opened 6 years ago

grosmar commented 6 years ago

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?