Is there an easy way to execute a function in a child Component? useRef doesn't seam to work in owl2 odoo18
I know about callbacks for communication the other way around.
I know that it's bad practice but in my usecase I have a exernal js library which is loaded onMounted and just after it is initialized I need to modifiy something in the child component.
Any pointers are welcome.