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
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:
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: