EQWorks / lumen-labs

React library of basic components based on Tailwind CSS
https://eqworks.github.io/lumen-labs
5 stars 2 forks source link

Button requires event bubbling prevention for event firing #144

Closed parkdoeui closed 1 year ago

parkdoeui commented 1 year ago

The button component shows a bug that onClick does not fire without event.stopPropagation(). It was originally found from snoke-dashboard