Maximum call stack size exceeded when fallthroughAttributes: true
#4761
Labels
bug
Something isn't working
good reproduction ✨
This issue provides a good reproduction, we will be able to investigate it first
Vue - Official extension or vue-tsc version
2.1.2
VSCode version
1.92.2
Vue version
3.4.37
TypeScript version
5.5.4
System Info
No response
Steps to reproduce
git clone -b fallthrough-attrs-reproduction https://github.com/jellyfin/jellyfin-vue
cd frontend && npm ci
npm run typecheck
What is expected?
Type checking passes successfully and fallthrough attributes are properly inferred.
What is actually happening?
The following stacktrace is printed:
Link to minimal reproduction
https://github.com/jellyfin/jellyfin-vue
Any additional comments?
fallthroughAttributes
completes the typechecking (with type errors though) successfully.The text was updated successfully, but these errors were encountered: