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
After upgrading to Pyright 1.1.402, I have a bunch of type errors regarding unnecessaryComparison. I'm not sure exactly where the breakdown is happening, but it feels specific to this library as there are no other false positives.
After upgrading to Pyright 1.1.402, I have a bunch of type errors regarding
unnecessaryComparison. I'm not sure exactly where the breakdown is happening, but it feels specific to this library as there are no other false positives.