Touch/Wheel Event Passiveness in React 17 · Issue #19651 · facebook/react

Chrome did an "intervention" back in the day, breaking all React touch and wheel listeners which used e.preventDefault() (#14856) because React happened to attach them to the document. In React 17,...