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
git clone git@github.com:deathmaz/vue-tsc-repro.git
cd vue-tsc-repro
yarn
yarn type-check
What is expected?
No error after running yarn type-check
What is actually happening?
After running yarn type-check the following error is thrown:
src/components/TestComponent.vue:41:18 - error TS4033: Property 'inputRef' of exported interface has or is using private name '__VLS_6'.
41 inputRef: typeof __VLS_6,
~~~~~~~
Found 1 error.
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Vue - Official extension or vue-tsc version
2.2.2
VSCode version
Vue version
3.5.13
TypeScript version
5.7.3
System Info
package.json dependencies
Steps to reproduce
git clone git@github.com:deathmaz/vue-tsc-repro.git cd vue-tsc-repro yarn yarn type-check
What is expected?
No error after running
yarn type-check
What is actually happening?
After running
yarn type-check
the following error is thrown:Link to minimal reproduction
https://github.com/deathmaz/vue-tsc-repro
Any additional comments?
The error is not happening in this case:
and in this case:
The text was updated successfully, but these errors were encountered: