About this question
I have a LWC I am embedding in a flow. The LWC embeds another LWC as a component. (its basically this one: https://live.playg.app/play/custom-carousel-with-lwc ) On the parent LWC my onclick event fires fine. But when I click on the embedded one it gives this error: Uncaught TypeError: Cannot read property 'apply' of undefined throws at Any ideas what I am doing wrong? Shouldn't a child LWC be able to invoke a parent function no problem?