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
We have a public static getter and the instance is being set in the constructor. We have accidentally made the static instance variable public. It's a bug - we need to make it private static instead.