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
The issue above explains in detail, but basically without this rule enabled, TypeScript does not complain when a value is possibly undefined because it is accessed via indexing such as myArr[i] or myObj[someStrVar]
We should enable this to better catch any potential errors caused by uncaught undefined values