-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
vite build fails with withDefaults and props extending from another interface #7343
Closed
7 tasks done
Labels
bug: upstream
Bug in a dependency of Vite
Comments
|
Looks like it is a bug with |
Should I raise this issue in vuejs repo or this is the correct place? |
Yes, I think vuejs/core is the place. |
7 tasks
Closing as it's already been tracked in the upstream library: vuejs/core#4498 and there's an open PR to fix it: vuejs/core#4512 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
On this line if I use
Props
interface then it works fine. However, If I useSelectProps
which extends fromProps
interface then the build fails with the below error:Reproduction
https://github.com/jd-0001/vite-build-issue
System Info
Used Package Manager
yarn
Logs
Validations
The text was updated successfully, but these errors were encountered: