[Violation] Added non-passive event listener to a scroll-blocking 'wheel' event

I got this violation info ( to get it, javascript console must have ‘Verbose’ level checked) when my draw loop includes an orbitcontrol .
Message appears at the first use or move of the mouse on the canvas. Without orbitcontrol, no message.
I don’t really care of, but it seems that some fix can improve performance :

Consider marking event handler as ‘passive’ to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952.

should i have to create an issue on P5 ?