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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Vuetify Version: 3.6.7 Vue Version: 3.4.27 Browsers: Chrome 125.0.0.0 OS: Windows 10
Observe reported type check errors in IDE for VList icon customization in App.vue.
App.vue
Should accept type Icon for collapse-icon & expand-icon
Icon
collapse-icon
expand-icon
Throws warning that collapse-icon & expand-icon expects string not Icon
string
https://github.com/ESP-Marc/vuetify-v-list
Similar to closed issue: #15162
The text was updated successfully, but these errors were encountered:
fix: expand accepted icon prop types (#20727)
aa4c7bb
fixes #19858
J-Sek
Successfully merging a pull request may close this issue.
Environment
Vuetify Version: 3.6.7
Vue Version: 3.4.27
Browsers: Chrome 125.0.0.0
OS: Windows 10
Steps to reproduce
Observe reported type check errors in IDE for VList icon customization in
App.vue
.Expected Behavior
Should accept type
Icon
forcollapse-icon
&expand-icon
Actual Behavior
Throws warning that
collapse-icon
&expand-icon
expectsstring
notIcon
Reproduction Link
https://github.com/ESP-Marc/vuetify-v-list
Other comments
Similar to closed issue: #15162
The text was updated successfully, but these errors were encountered: