Unity 2021.3 LTS does not receive the fix for this issue due to a possibly rare side-effect to the behavior of the NavMesh Agent.
In the case of using the `NavMesh.Move()` function a workaround to this issue is to pass in a Vector3 that does not have both the X and Z coordinates equal to zero. Even a very small value for either X or Z can help avoid the issue.