How to prevent Hover Exit on Select?

Hello. I am using XR Interaction Toolkit 3.0.6 and have a small but annoying problem. Whenever I select a collider in the scene, these events are fired:

  1. Select
  2. Hover Exit
  3. Hover Enter
    I want only Select to be called. Not any hover events.

I tried every setting I could find, including keepSelectedTargetValid, but I still get this behavior. I can also see that my reticle disappears shortly when selecting something. Is there a way to prevent this behavior?

Thanks