I have a main.js that makes a call to an API and receives a response object. After the response, I want to fire an event that my Custom Web Component is listening for. This event works in the main document. I’ve attached a listener to the main document to test but it is not heard on my custom component. As