Closed
Description
Similar to #8968, but for the wheel
and mousewheel
events. They are now passive by default for root elements in Chrome 73 (currently beta) which means React apps that have custom scrolling/zooming behaviors will run into issues.
The quick fix may be to manually add event listeners with {passive: false}
but has the React team considered if this should be configurable for the React event handler?
Blog post from the Chrome team here: https://developers.google.com/web/updates/2019/02/scrolling-intervention