sagalbot / vue-select

Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component.
https://vue-select.org
MIT License
4.62k stars 1.33k forks source link

vue-tsc newer than 1.8.19 breaks #1808

Open ptman opened 7 months ago

ptman commented 7 months ago

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.

aslbekkucharov commented 5 months ago

@ptman Hi, have you found any solution for this?

ptman commented 5 months ago

no