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
As reported in #29074, the map generator expects any value to implement Comparable as it puts them in a TreeMap so that the generated code is reproductible.
Most values are basic but TypeStringValue does not implement Comparable. We could fix that but that's probably a workaround of the underlying problem.