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
I am getting type inference issues in typescript files after having enabled takeover mode.
Prior to that, Typescript would correctly hint accArray and outputArray types as number[].
Any idea of what is causing this issue? Also, theses issues don't appear at build time for the project. Please let me know if I should provide you with my tsconfig.json or anything else that could help.
The issue happens with both 1.2.0 and 1.3.4 (prerelease) versions of Volar.
I'm using Typescript 4.6.3 in my project and Vue 2.6.
Seems to also happen when using latest version of Typescript provided by VSCode.
I correctly disabled VSCode builtin Typescript plugin.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I am getting type inference issues in typescript files after having enabled takeover mode.
Prior to that, Typescript would correctly hint accArray and outputArray types as
number[]
.Any idea of what is causing this issue? Also, theses issues don't appear at build time for the project. Please let me know if I should provide you with my tsconfig.json or anything else that could help.
The issue happens with both 1.2.0 and 1.3.4 (prerelease) versions of Volar.
I'm using Typescript 4.6.3 in my project and Vue 2.6.
Seems to also happen when using latest version of Typescript provided by VSCode.
I correctly disabled VSCode builtin Typescript plugin.
Thanks!
The text was updated successfully, but these errors were encountered: