How can I change the PixiJs InteractionManager if I am using React-Pixi?

I noticed that the pointermove listener will call my move function even when the cursor is over the element.

According to this github issue, I should set moveWhenInside to true on the InteractionManager. I’m not sure how I should change this in PixiJS since all the links online reference standard PixiJs.