Is there any example on how can we pass markup/slots from child to parent?
1 Answer
You cannot pass markup from a child to its parent, only from a parent to its child. Whatever you're attempting to do isn't supported by LWC or Web Components in general.