How do i prevent MoveTo to pop between sudden rotation change?

Hello, i have a Behavior Tree with a MoveTo to the player, the problem is that when the player moves around too fast the AI rotation will pop to the new rotation facing the player instead of interpolating between the last one. Is there a way to prevent that?

This solution is working so far, i will open the question again if it comes up again.