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:
One error on paddingLeft: 'hi': 'paddingLeft' is specified more than once, so this usage will be overwritten.
Actual behavior:
Two errors.
Our old commit of ant-design issues this error 8 times. This is probably just a result of (1) not caching the type from checking object literals (2) checking object literals multiple times during resolveCall.
Not high priority -- I'm not sure it's observable from VS Code -- and probably expensive to fix, depending on whether the reason that we decided to not cache object literal types is still true.
The text was updated successfully, but these errors were encountered:
Expected behavior:
One error on
paddingLeft: 'hi'
: 'paddingLeft' is specified more than once, so this usage will be overwritten.Actual behavior:
Two errors.
Our old commit of ant-design issues this error 8 times. This is probably just a result of (1) not caching the type from checking object literals (2) checking object literals multiple times during resolveCall.
Not high priority -- I'm not sure it's observable from VS Code -- and probably expensive to fix, depending on whether the reason that we decided to not cache object literal types is still true.
The text was updated successfully, but these errors were encountered: