Error related to Assets.

Hello, whenever I open a new Unity project and go inside Package Manager → and change to “my assets” , I always get this error message, anybody knows what it relates to and how should I fix it? I have nothing in my project, but the error always occurs, none of the assets are imported into my project, but the error still occurs in the console of my project. Tried to reinstall Unity completely, but this still happens.

IndexOutOfRangeException: Index was outside the bounds of the array.
UnityEngine.UIElements.UITKTextHandle.HandleATag () (at :0)
UnityEngine.UIElements.UITKTextHandle.Update () (at :0)
UnityEngine.UIElements.UIR.Implementation.UIRStylePainter.DrawText (UnityEngine.UIElements.TextElement te) (at :0)
UnityEngine.UIElements.MeshGenerationContextUtils.Text (UnityEngine.UIElements.MeshGenerationContext mgc, UnityEngine.UIElements.TextElement te) (at :0)
UnityEngine.UIElements.TextElement.OnGenerateVisualContent (UnityEngine.UIElements.MeshGenerationContext mgc) (at :0)
UnityEngine.UIElements.VisualElement.InvokeGenerateVisualContent (UnityEngine.UIElements.MeshGenerationContext mgc) (at :0)
UnityEngine.GUIUtilityProcessEvent(Int32, IntPtr, Boolean&)