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
With #1036 and #955 we create the possibility to use Clients.matchAll() in a way that would match the currently executing environment. This would probably be surprising to callers. I think we should exclude the "self" environment automatically. If developers end up wanting it for some reason we could add a includeSelf:true option in the future.