Trying to do a simple hitTest and found the method in interactions but only getting nulls back. Something I'm missing below? The sprites in the group have interactive set to true.
console.log(app.renderer.plugins.interaction.hitTest(new PIXI.Point(playerX, playerY), my Group));