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
When using a button with icon inside an item of an OrderList, the button's onClick handler does not execute, when the icon is clicked. Clicking on the button text works as expected.
melloware
added
Type: Bug
Issue contains a defect related to a specific component.
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Jan 22, 2025
Describe the bug
When using a button with icon inside an item of an OrderList, the button's onClick handler does not execute, when the icon is clicked. Clicking on the button text works as expected.
Reproducer
https://stackblitz.com/edit/avzsga3i?file=src%2FApp.jsx
System Information
Steps to reproduce the behavior
Expected behavior
button click handler should always execute when clicking on the button icon
The text was updated successfully, but these errors were encountered: