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
Descriptors that detect whether the property is being invoked on an instance or the class itself don't work correctly with no-strict-optional, and instead act like they are being invoked on a union of an instance and the class itself.