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
Expected behavior:
When using --strictNullChecks, TSC should emit a compile-time error in lookUp() because there is no undefined-check. => Indexer return type should be string|undefined instead of just string.