Alpinejs @click not firing when a span/svg inside a button is clicked.
I'm running into an issue I haven't seen before.
I have multiple buttons that change content on the right-hand side of the page when clicked. Each button has a span and SVG element inside it. The alpine click method isn't fired when you click where the span or SVG is. If I click outside of those areas, it works just fine.