Also encounter this in select2 dropdown plugin in Laravel. Changing the value as suggested by Alfred Wallace from
this.element.addEventListener(t, e, !1)
to
this.element.addEventListener(t, e, { passive: true} )
solves the issue. Why he has a down vote, I don't know but it works for me.