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
Solution: make all enums uppercase. To maintain backcompat, check to see if the all uppercase version of the enum exists: i.e., user passes in EnumClass.count, search and see if COUNT exists, if not, throw error, otherwise, return EnumClass.COUNT