We confirmed the issue happening for static & skeletal mesh as well as geometry collection components.
For now we were able to circumway the issue by adding variables for these components on the parents and on the child blueprints, we assigned the same values(meshes) used for the components to those variables. On begin play of the childs, we load those meshes dynamically from that soft reference and that makes it working for now…