After updating my plotly.js dependency from 3.0.1 to 3.0.2 or 3.0.3 I start seeing these errors in the browser console in Chromium v138.0.7204.183
[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
This regression appears to re-open #1795
Browsing the release log, it seems possible that it could have been introduced by the following change in v3.0.2 (#7474):
Fix scroll wheel zoom for geo subplots in Safari [https://github.com/plotly/plotly.js/pull/7474]