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
This is causing a crash in the CallExpression handler in no-debug. In this case, callExpressionIdentifier is null. I suspect that getDeepestIdentifierNode doesn't handle array accessors correctly, and it also can explicitly return null.