Skip to content
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

[labs/gen-wrapper-vue] Build of generated component fails due to type check #3827

Closed
augustjk opened this issue Apr 21, 2023 · 2 comments
Closed

Comments

@augustjk
Copy link
Member

augustjk commented Apr 21, 2023

Which package(s) are affected?

Other/unknown (please mention in description)

Description

The gen-wrapper-vue test is failing due to failing build. Getting the following TS error on build.

image

This seems to be caused by a bump in vue-tsc to version 1.4.

I don't know enough about how Vue components should be written to know whether this is a regression or a fix on vue-tsc's part.

Reproduction

npm test in packages/labs/gen-wrapper-vue

Workaround

Pin the version of vue-tsc in generated package to 1.3

Is this a regression?

Yes. This used to work, but now it doesn't.

Affected versions

0.2.3

Browser/OS/Node environment

Node 18

@augustjk
Copy link
Member Author

Filed issue with vue-tsc
vuejs/language-tools#2638

@augustjk
Copy link
Member Author

This was fixed upstream by vue-tsc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

1 participant