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
NTS: The actual type of the interface is requirements?: Partial<ScopeIteratorRequirements>. This should really be a tsc compile error but it wasn't. We therefore started to read properties on hints when some of those properties could be undefined which threw an exception
NTS: The actual type of the interface is
requirements?: Partial<ScopeIteratorRequirements>
. This should really be a tsc compile error but it wasn't. We therefore started to read properties onhints
when some of those properties could be undefined which threw an exceptionOriginally posted by @phillco in #2739 (comment)
The text was updated successfully, but these errors were encountered: