this is a great overview of why integrating Web Components with frameworks is tricky. tbh, I’ve run into those data flow model issues myself. Once, I had a project where the communication between React and a Web Component became a nightmare, but using the Ref Pattern definitely helped tidy things up. have you tried other patterns for handling lifecycle events?