We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
With vue-tsc 1.8.20 or newer I get:
error TS2698: Spread types may only be created from object types. v-bind="attributes"
Reproduction Link https://vue-select.org/guide/validation.html
Steps To Reproduce https://vue-select.org/guide/validation.html
Expected behavior Typescript compiler doesn't complain.
The text was updated successfully, but these errors were encountered:
@ptman Hi, have you found any solution for this?
Sorry, something went wrong.
no
No branches or pull requests
Describe the bug
With vue-tsc 1.8.20 or newer I get:
error TS2698: Spread types may only be created from object types.
v-bind="attributes"
Reproduction Link
https://vue-select.org/guide/validation.html
Steps To Reproduce
https://vue-select.org/guide/validation.html
Expected behavior
Typescript compiler doesn't complain.
The text was updated successfully, but these errors were encountered: