This is stopping a build! Any ideas? Im using HDRP and unity 2021.2.16f1
ArgumentException: An item with the same key has already been added. Key: -1846274
System.Collections.Generic.Dictionary2[TKey,TValue].TryInsert (TKey key, TValue value, System.Collections.Generic.InsertionBehavior behavior) (at <feaaa6313e32495d9f259b175aa6b597>:0) System.Collections.Generic.Dictionary
2[TKey,TValue].Add (TKey key, TValue value) (at :0)
UnityEngine.Rendering.HighDefinition.HDLightRenderDatabase.AttachGameObjectData (UnityEngine.Rendering.HighDefinition.HDLightRenderEntity entity, System.Int32 instanceID, UnityEngine.Rendering.HighDefinition.HDAdditionalLightData additionalLightData, UnityEngine.GameObject aovGameObject) (at Library/PackageCache/com.unity.render-pipelines.high-definition@12.1.6/Runtime/Lighting/Light/HDLightRenderDatabase.cs:156)
UnityEngine.Rendering.HighDefinition.HDAdditionalLightData.CreateHDLightRenderEntity (System.Boolean autoDestroy) (at Library/PackageCache/com.unity.render-pipelines.high-definition@12.1.6/Runtime/Lighting/Light/HDAdditionalLightData.cs:3603)
UnityEngine.Rendering.HighDefinition.HDAdditionalLightData.OnEnable () (at Library/PackageCache/com.unity.render-pipelines.high-definition@12.1.6/Runtime/Lighting/Light/HDAdditionalLightData.cs:3620)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr, Boolean&)