You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably introduced by #5070 IS NOT fixed with this PR - #5686
An item with the same key has already been added. Key: Avalonia.Animation.DoubleTransition
at System.ThrowHelper.ThrowAddingDuplicateWithKeyArgumentException[T](T key)
at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at Avalonia.Animation.Animatable.AddTransitions(IList items) in line 189
The text was updated successfully, but these errors were encountered:
Describe the bug
Application crashes, when user switches theme.
To Reproduce
Steps to reproduce the behavior:
Desktop (please complete the following information):
Additional context
Probably introduced by #5070
IS NOT fixed with this PR - #5686
The text was updated successfully, but these errors were encountered: