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
Want to type check against a enum? Check out this post which suggest another way doing it - using const. You may combine enum with another const object / table to achieve type checking, dev-friendly access to enums and reverse lookup, etc!