You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Props passed ti the ListItem component are not passed to the root li element but to the AccessibleFakeInkedButton. This makes it impossible to fully customize the rendered list item.
I'd consider adding a fakeInkedButtonProps property and a listItemTextProps property to customize these two subcomponents and passing the remaining props ({ ...props }) to the li node.