🐛 BUG: Unlike vue-tsc
, astro check cannot find matching overload
#988
Labels
needs triage
Issue needs to be triaged
vue-tsc
, astro check cannot find matching overload
#988
Describe the Bug
Hi!
I am using Vue, vitest and vue/test-utils to write tests but
astro check
fails wherevue-tsc
does not. Specifically,astro check
cannot find the matching overload for for the the call tofindAllComponents
.Any idea what I can do about this? Am I missing some configuration or something?
Thanks!
Steps to Reproduce
npm install
npm run vue-tsc
without errors.npm run astro check
with errors.Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-hcokfzby
The text was updated successfully, but these errors were encountered: