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
Make userCodeMap part of the class to avoid conversion issues
_userCodeMap was a global variable. It has been integrated inside the classes that use it to avoid undesired interactions.