I just upgraded from eslint 6 to 9, and in the process, discovered that there was a change to no longer warn on this ``` <div onMouseDown={() => console.log('mouse down')}>Mouse down</div> ``` Seems it was very intentional. Curious of the motivation? https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/src/util/isNonInteractiveElement.js#L82