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 can generally simplify unions involving object to object. We already do so for fully-static types, but this is also more generally true for all gradual types. For example, Any | object is equivalent to object.