- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 427
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
Unexpected errors regarding to "v-if" in vue-tsc #1205
Comments
Duplicate of #1134 |
So, it's intentional that it shows error in console but not in editor? |
@tsekka It should show on vue-tsc and vscode both. Are you using same vue-tsc and volar extension version? |
@johnsoncodehk Both vue-tsc npm package and volar VSCode extension are 0.34.9. |
Actually I've just updated vue-tsc to 0.34.9. It was 0.33 before. And it's not showing error on console anymore. |
It should report an error, will fix in next version. You should change you code to |
@johnsoncodehk Thanks. |
Here's an example:
What can cause this?
The text was updated successfully, but these errors were encountered: