- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 438
strictTemplates fails to report unknown components #3539
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
Comments
Does it work in v1.8.9? |
I don't know, I had to disable strictTemplates for a while because of #3487 But I tried quickly in the stackblitz repro, and it doesn't look like it worked in v1.8.9 |
@cexbrayat This was working in 1.8.3 and then it does not work in 1.8.4 |
@so1ve |
#3717 wip |
Co-authored-by: Johnson Chu <johnsoncodehk@gmail.com>
I think
strictTemplates: true
used to report unknown components used in a template (or am I mistaken?).Using vue-tsc v1.8.10, the following component does not report any errors, even if
<Hello>
does not exist.Stackblitz
Playground
The text was updated successfully, but these errors were encountered: