Hi! I have this structure functioning as a custom list
I have this hover condition on the “Accessory” component changing the style of the elements in the list.
This works as expected. However once I add an on click action, the hovering stops working. Furthermore I discovered that the on click event handler does not register my click, which suggests to me that something is overlaying my custom list. This seems weird as it the hover works fine before adding an action to the on click event handler. Any suggestions to what might cause this or how to fix it?