-
Notifications
You must be signed in to change notification settings - Fork 91
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
Add id prop to ListItemIcon to prevent v-binding to the Avatar #1833
Add id prop to ListItemIcon to prevent v-binding to the Avatar #1833
Conversation
On a side note: I find the naming of this component confusing. It should rather be |
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
20a08c6
to
63f2ba0
Compare
Yeah, we have the same discussion with the incoming listItem component lol. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll allow it
Because we
v-bind="$attrs"
to the avatar component, declaring id pass it to the$props
and make sure we are not having a duplicate ID on the page