I made a custom panel component. It has some stuff in there (like header info) that get duplicated a lot so I wanted to make it a custom component.
In the parent app that calls that component I still want to add children in MXML. I get the error "Multiple sets of visual children have been specified for this component (component definition and component instance)." That makes sense but how can I get around this? Thanks, Nate

