This repository has been archived by the owner on Mar 4, 2020. It is now read-only.
onClick handler does not work properly for List component #680
Labels
vsts
Paired with ticket in vsts
Bug Report
Steps
Create a List component using shorthand props for the items list. Specify an onClick handler for each item.
Expected Result
When an item is clicked on, the onClick handler is called and the item is passed in as the second argument (as it works with menu items currently).
Actual Result
The item is not passed to the callback
Version
0.13.1
Testcase
Example that works using Menu:
The text was updated successfully, but these errors were encountered: