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

TypeScript now raises an error when props are not passed even if the props have default values #1385

Closed
yamacent opened this issue Jun 16, 2020 · 0 comments

Comments

@yamacent
Copy link

Version

3.0.0-beta.15

Reproduction link

https://github.com/yamacent/vue-next-minimal-reproduction-props-required

Steps to reproduce

$ git clone git@github.com:yamacent/vue-next-minimal-reproduction-props-required.git
$ cd vue-next-minimal-reproduction-props-required
$ npm install
$ npm run build  // build will fail

if you use vue@3.0.0-beta.14, it works fine.

What is expected?

build does not fail with 3.0.0-beta.15

What is actually happening?

build fails with 3.0.0-beta.15

@github-actions github-actions bot locked and limited conversation to collaborators Nov 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant