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 switch statement does not handle NodeType.INNER explicitly. Due to that eslint's rule @typescript-eslint/switch-exhaustiveness-check throws linting error.
The logic needs to be triaged and fixed if this is really an issue.