Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 BUG: Unlike vue-tsc, astro check cannot find matching overload #988

Open
maiwald opened this issue Jan 27, 2025 · 0 comments
Open

🐛 BUG: Unlike vue-tsc, astro check cannot find matching overload #988

maiwald opened this issue Jan 27, 2025 · 0 comments
Labels
needs triage Issue needs to be triaged

Comments

@maiwald
Copy link

maiwald commented Jan 27, 2025

Describe the Bug

Hi!

I am using Vue, vitest and vue/test-utils to write tests but astro check fails where vue-tsc does not. Specifically, astro check cannot find the matching overload for for the the call to findAllComponents.

Any idea what I can do about this? Am I missing some configuration or something?
Thanks!

Steps to Reproduce

  1. Run npm install
  2. Run npm run vue-tsc without errors.
  3. Run npm run astro check with errors.

Link to Minimal Reproducible Example

https://stackblitz.com/edit/github-hcokfzby

@github-actions github-actions bot added the needs triage Issue needs to be triaged label Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage Issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

1 participant