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
A footgun emerging with the new global context decoupling is that within the codebase it's very easy to mistakenly rely on global singletons (e.g. config(), currentUser()). A linter rule could potentially help prevent this.