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
When I use a library that ship d.ts files for Vue.js components, using vite-plugin-dts, and I'm trying to do unit tests with findAllComponents function on a generic component, I have a TS error:
No overload matches this call.
If I put a @ts-ignore, the test is a success.
To Reproduce
Here is a link to reproduce the error. I put all the detail on how to reproduce the issue in the README