Open Bradeep opened 9 months ago
The onclick listener that has been added to menu directly is not getting called. This used to work in v4.1.2 but when we tried to update it to v4.2.8, it's not working
const sampleTemplate = [{ label:"Resume", click: () => {}, }, { label: "Test", submenu:[ label: "Test", click: ()=> {} ]} ]
Current versions that we are using
Problem Description
The onclick listener that has been added to menu directly is not getting called. This used to work in v4.1.2 but when we tried to update it to v4.2.8, it's not working
Sample code
Expected Behavior
Current Behavior
Additional Information
Current versions that we are using